Switch to signalfd for SIGHUP

This commit is contained in:
Ian Gulliver
2016-03-08 23:04:20 -08:00
parent c0c25bd36a
commit b455826db2
3 changed files with 21 additions and 20 deletions

View File

@@ -9,7 +9,8 @@
void log_opts_add(void);
void log_init(void);
void log_init2(void);
void log_cleanup(void);
void log_init_peer(void);
void log_cleanup_peer(void);
void log_write(char, const char *, const uint8_t *, const char *, ...)
__attribute__ ((__format__ (__printf__, 4, 5)));