s3:winbindd: make use of ads_connect_cldap_only() in dcip_check_name_ads()
[Samba.git] / ctdb / utils / smnotify / smnotify.x
blob94239f8baf2ef6e5bd19aae421fd8f35045415f3
1 #ifdef RPC_HDR
2 %#ifdef _AIX
3 %#include <rpc/rpc.h>
4 %#endif /* _AIX */
5 #endif /* RPC_HDR */
7 const SM_MAXSTRLEN = 1024;
9 struct status {
10         string mon_name<SM_MAXSTRLEN>;
11         int state;
15 program SMNOTIFY {
16         version SMVERSION {
17                 void SM_NOTIFY(struct status) = 6;
18         } = 1;  
19 } = 100024;