]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Declare dhcp_failover_toack_queue_timeout ().
authorTed Lemon <source@isc.org>
Thu, 22 Feb 2001 06:41:51 +0000 (06:41 +0000)
committerTed Lemon <source@isc.org>
Thu, 22 Feb 2001 06:41:51 +0000 (06:41 +0000)
includes/dhcpd.h

index 05a44e2fca37e33f682102fa32a9483f08e99732..f05046c516f36528b8cbbb029f2bbe1f5d1346ac 100644 (file)
@@ -2386,6 +2386,7 @@ isc_result_t dhcp_failover_send_state (dhcp_failover_state_t *);
 isc_result_t dhcp_failover_send_updates (dhcp_failover_state_t *);
 int dhcp_failover_queue_update (struct lease *, int);
 int dhcp_failover_send_acks (dhcp_failover_state_t *);
+void dhcp_failover_toack_queue_timeout (void *);
 int dhcp_failover_queue_ack (dhcp_failover_state_t *, failover_message_t *msg);
 void dhcp_failover_ack_queue_remove (dhcp_failover_state_t *, struct lease *);
 isc_result_t dhcp_failover_state_set_value PROTO ((omapi_object_t *,