summaryrefslogtreecommitdiff
path: root/includes/failover.h
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2001-08-10 10:50:50 +0000
committerTed Lemon <source@isc.org>2001-08-10 10:50:50 +0000
commita609e69bba4c227b52532a28d49f32f97395a56e (patch)
tree2b8e35b79518e25c5f9d19f9321dfdb0749c3589 /includes/failover.h
parenteaf0b3020b3e558da321d7ad099bc1fc5a813750 (diff)
downloadisc-dhcp-a609e69bba4c227b52532a28d49f32f97395a56e.tar.gz
sync with branch
Diffstat (limited to 'includes/failover.h')
-rw-r--r--includes/failover.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/failover.h b/includes/failover.h
index 26854476..e27a9115 100644
--- a/includes/failover.h
+++ b/includes/failover.h
@@ -314,6 +314,8 @@ typedef struct _dhcp_failover_state {
failover_message_t *toack_queue_tail;
int pending_acks; /* Number of messages in the toack
queue. */
+ int pool_count; /* Number of pools referencing this
+ failover state object. */
} dhcp_failover_state_t;
#define DHCP_FAILOVER_VERSION 1