summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2013-11-14 12:55:10 -0800
committerShawn Routhier <sar@isc.org>2013-11-14 12:55:10 -0800
commit0895c955d16a957107771e442397c6260d92cbc2 (patch)
treebeb3d593cb202f75f92bad953fb1eaef1a875671 /includes
parentf88446f16b9b3be36492f78b0f66a4166e459896 (diff)
downloadisc-dhcp-0895c955d16a957107771e442397c6260d92cbc2.tar.gz
[master] Fix up the gentle shutdown code to handle failover
This patch modifies the gentle failover patch to be cleaner and to handle failover peers better.
Diffstat (limited to 'includes')
-rw-r--r--includes/omapip/isclib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/omapip/isclib.h b/includes/omapip/isclib.h
index 7fd30fea..fc45ef3d 100644
--- a/includes/omapip/isclib.h
+++ b/includes/omapip/isclib.h
@@ -120,5 +120,6 @@ isc_result_t dhcp_context_create(void);
void isclib_cleanup(void);
void dhcp_signal_handler(int signal);
+extern int shutdown_signal;
#endif /* ISCLIB_H */