X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=utils%2Fstatd%2Fstatd.h;h=d9d5d3d230575e320572c8b3dd2cb0fbc0c3805f;hb=refs%2Ftags%2Fnfs-utils-1-0-7-post6;hp=ef90bdd48380488afc844e3089cdb4a849da7952;hpb=55ce21003ee0fb12fe5ef70909cdc8ce00b803e4;p=nfs-utils.git diff --git a/utils/statd/statd.h b/utils/statd/statd.h index ef90bdd..d9d5d3d 100644 --- a/utils/statd/statd.h +++ b/utils/statd/statd.h @@ -78,6 +78,7 @@ extern int run_mode; /* LH - notify_only mode would be for notifying hosts on an IP alias * 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 */ /* * Program name and version pointers -- See statd.c for the reasoning @@ -85,3 +86,5 @@ extern int run_mode; */ extern char *name_p; /* program basename */ extern char *version_p; /* program version */ + +extern int re_notify; /* time to re-read notify list */