|
Lines 35-54
Link Here
|
| 35 |
|
35 |
|
| 36 |
#include "sm_inter.h" |
36 |
#include "sm_inter.h" |
| 37 |
|
37 |
|
| 38 |
/* These pieces are missing from the distributed sm_inter.x, which */ |
|
|
| 39 |
/* omits the SM_NOTIFY procedure used between cooperating rpc.statd's */ |
| 40 |
|
| 41 |
#define SM_NOTIFY ((u_long)6) |
| 42 |
extern void *sm_notify_1(); |
| 43 |
|
| 44 |
struct stat_chge |
| 45 |
{ |
| 46 |
char *mon_name; |
| 47 |
int state; |
| 48 |
}; |
| 49 |
typedef struct stat_chge stat_chge; |
| 50 |
bool_t xdr_stat_chge(); |
| 51 |
|
| 52 |
/* ------------------------------------------------------------------------- */ |
38 |
/* ------------------------------------------------------------------------- */ |
| 53 |
/* |
39 |
/* |
| 54 |
Data structures for recording monitored hosts |
40 |
Data structures for recording monitored hosts |