X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=utils%2Fstatd%2Fnotlist.h;fp=utils%2Fstatd%2Fnotlist.h;h=6ed0da80cdca1e72d01d380c8b8b83acf05acb90;hb=d16bd0400fc096ec2fed36d5dfa8620b2370e4d1;hp=f915ae1a88e80b62dd087cde6b3ba4e98b04eb31;hpb=17d144b236c84150c2ca896c0d3eea05931d938e;p=nfs-utils.git diff --git a/utils/statd/notlist.h b/utils/statd/notlist.h index f915ae1..6ed0da8 100644 --- a/utils/statd/notlist.h +++ b/utils/statd/notlist.h @@ -12,7 +12,6 @@ */ struct notify_list { mon mon; /* Big honkin' NSM structure. */ - struct in_addr addr; /* IP address for callback. */ in_port_t port; /* port number for callback */ short int times; /* Counter used for various things. */ int state; /* For storing notified state for callbacks. */ @@ -53,7 +52,6 @@ extern notify_list * nlist_gethost(notify_list *, char *, int); #define NL_FIRST NL_NEXT #define NL_PREV(L) ((L)->prev) #define NL_DATA(L) ((L)->mon) -#define NL_ADDR(L) ((L)->addr) #define NL_STATE(L) ((L)->state) #define NL_TIMES(L) ((L)->times) #define NL_MON_ID(L) (NL_DATA((L)).mon_id)