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

better stdout debugging mode

This commit is contained in:
kakwa 2016-08-24 23:41:55 +02:00
parent 30e06d8db8
commit 57d7c6ebc2
4 changed files with 36 additions and 3 deletions

View file

@ -9,4 +9,5 @@ typedef struct {
uint64_t query_counter;
bool stdout_dbg;
TS_RESP_CTX *resp_ctx;
int loglevel;
} rfc3161_context;