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

big code reorganization:

* split the rfc3161 and the http part
* add a logger function
* add a debugging logger function for the requests
* add a specific handler for rfc3161 request
This commit is contained in:
kakwa 2016-08-24 22:13:11 +02:00
parent 0bbf2a3cf0
commit 74f07cbd0e
8 changed files with 212 additions and 70 deletions

View file

@ -1 +1,2 @@
void skeleton_daemon();
void logger(int priority, char *fmt, ...);