2 * Copyright (C) 1995, 1997-1999 Jeffrey A. Uphoff
3 * Modified by Olaf Kirch, 1996.
4 * Modified by H.J. Lu, 1998.
15 void SIM_SM_MON(struct status) = 1;
19 const SM_MAXSTRLEN = 1024;
20 const SM_PRIV_SIZE = 16;
23 * structure of the status message sent back by the status monitor
24 * when monitor site status changes
28 string mon_name<SM_MAXSTRLEN>;
30 opaque priv[SM_PRIV_SIZE]; /* stored private information */
32 %#endif /* SM_INTER_X */