X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=utils%2Fstatd%2Fstatd.h;h=b7ea40b54d6fe5e769de933571daa4cc71e5b411;hb=25001e18ff31933d1f40b510da969a8cee317310;hp=d9d5d3d230575e320572c8b3dd2cb0fbc0c3805f;hpb=f73e7b9f69835d483cee95e6a20b6307b9d16b77;p=nfs-utils.git diff --git a/utils/statd/statd.h b/utils/statd/statd.h index d9d5d3d..b7ea40b 100644 --- a/utils/statd/statd.h +++ b/utils/statd/statd.h @@ -5,7 +5,10 @@ * NSM for Linux. */ -#include "config.h" +#ifdef HAVE_CONFIG_H +#include +#endif + #include "sm_inter.h" #include "system.h" #include "log.h" @@ -51,6 +54,7 @@ extern int process_reply(FD_SET_TYPE *); extern char * xstrdup(const char *); extern void * xmalloc(size_t); extern void xunlink (char *, char *, short int); +extern void load_state(void); /* * Host status structure and macros. @@ -79,12 +83,11 @@ extern int run_mode; * that just came back up, for ex, when failing over a HA service to * another host.... */ #define STATIC_HOSTNAME 8 /* Always use the hostname set by -n */ - +#define MODE_NO_NOTIFY 16 /* Don't notify peers of a reboot */ /* * Program name and version pointers -- See statd.c for the reasoning * as to why they're global. */ extern char *name_p; /* program basename */ -extern char *version_p; /* program version */ +extern const char *version_p; /* program version */ -extern int re_notify; /* time to re-read notify list */