2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 06:15:55 +00:00
[32692] Signal handlers added: sigint (ctrl-c) and sigterm (default kill)
This commit is contained in:
Shawn Routhier
2013-10-30 13:52:36 -07:00
parent 58cb5d861d
commit 47e8308dea
8 changed files with 111 additions and 19 deletions

View File

@@ -3,7 +3,7 @@
connections to the isc and dns libraries */
/*
* Copyright (c) 2009 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 2009,2013 by Internet Systems Consortium, Inc. ("ISC")
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -119,4 +119,6 @@ isclib_make_dst_key(char *inname,
isc_result_t dhcp_context_create(void);
void isclib_cleanup(void);
void dhcp_signal_handler(int signal);
#endif /* ISCLIB_H */