X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fstatd%2Fnotlist.h;h=664c9d881bc84021b123ed75f3ed8463f08627ea;hp=12962af5ec00c18c16bbfd032efdc6192b578b8e;hb=0da56f7d359475837008ea4b8d3764fe982ef512;hpb=f113db5225e2954a53fd7eecccfc08326904909f diff --git a/utils/statd/notlist.h b/utils/statd/notlist.h index 12962af..664c9d8 100644 --- a/utils/statd/notlist.h +++ b/utils/statd/notlist.h @@ -16,6 +16,8 @@ struct notify_list { unsigned short 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 */