]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/statd/notlist.h
statd - use dnsname to ensure correct matching of NOTIFY requests.
[nfs-utils.git] / utils / statd / notlist.h
index 12962af5ec00c18c16bbfd032efdc6192b578b8e..664c9d881bc84021b123ed75f3ed8463f08627ea 100644 (file)
@@ -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 */