1
0
Fork 0
mirror of https://github.com/kakwa/uts-server synced 2025-07-03 12:07:02 +02:00

implementing a somewhat proper signal handler

This commit is contained in:
kakwa 2016-08-31 07:57:51 +02:00
parent f3a950dc41
commit 93ead7ee99
3 changed files with 19 additions and 2 deletions

View file

@ -5,3 +5,5 @@ void uts_logger(rfc3161_context *ct, int priority, char *fmt, ...);
void log_hex(rfc3161_context *ct, int priority, char *id,
unsigned char *content, int content_length);
int set_params(rfc3161_context *ct, char *conf_file);
int g_uts_sig_up;
int g_uts_sig;