#ifdef RPC_HDR %#ifdef _AIX %#include %#endif /* _AIX */ #endif /* RPC_HDR */ const SM_MAXSTRLEN = 1024; struct status { string mon_name; int state; }; program SMNOTIFY { version SMVERSION { void SM_NOTIFY(struct status) = 6; } = 1; } = 100024;