mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 06:15:55 +00:00
[master]
[32692] Signal handlers added: sigint (ctrl-c) and sigterm (default kill)
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user