summaryrefslogtreecommitdiffstats
path: root/utils/statd/notlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/statd/notlist.h')
-rw-r--r--utils/statd/notlist.h2
1 files changed, 2 insertions, 0 deletions
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 */