X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=utils%2Fstatd%2Fnotlist.h;h=f915ae1a88e80b62dd087cde6b3ba4e98b04eb31;hb=ffee293b10bbb80599ff4345a3155ff36ec05112;hp=664c9d881bc84021b123ed75f3ed8463f08627ea;hpb=0da56f7d359475837008ea4b8d3764fe982ef512;p=nfs-utils.git diff --git a/utils/statd/notlist.h b/utils/statd/notlist.h index 664c9d8..f915ae1 100644 --- a/utils/statd/notlist.h +++ b/utils/statd/notlist.h @@ -13,14 +13,14 @@ struct notify_list { mon mon; /* Big honkin' NSM structure. */ struct in_addr addr; /* IP address for callback. */ - unsigned short port; /* port number 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. */ char *dns_name; /* used for matching incoming * NOTIFY requests */ struct notify_list *next; /* Linked list forward pointer. */ struct notify_list *prev; /* Linked list backward pointer. */ - u_int32_t xid; /* XID of MS_NOTIFY RPC call */ + uint32_t xid; /* XID of MS_NOTIFY RPC call */ time_t when; /* notify: timeout for re-xmit */ };