consolidate signal handling a bit, UDP server msg size updates

This commit is contained in:
Michael Rash
2014-09-28 22:06:34 -04:00
parent e2c2ad141e
commit 52c9d51d7d
4 changed files with 45 additions and 49 deletions

View File

@@ -44,6 +44,7 @@ extern sig_atomic_t got_sigchld;
void sig_handler(int sig);
int set_sig_handlers(void);
int sig_do_stop(void);
#endif /* SIG_HANDLER_H */