source: vendor/current/ctdb/utils/smnotify/smnotify.x

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 284 bytes
Line 
1#ifdef RPC_HDR
2%#ifdef _AIX
3%#include <rpc/rpc.h>
4%#endif /* _AIX */
5#endif /* RPC_HDR */
6
7const SM_MAXSTRLEN = 1024;
8
9struct status {
10 string mon_name<SM_MAXSTRLEN>;
11 int state;
12};
13
14
15program SMNOTIFY {
16 version SMVERSION {
17 void SM_NOTIFY(struct status) = 6;
18 } = 1;
19} = 100024;
20
21
Note: See TracBrowser for help on using the repository browser.