Improvements with debug details

FossilOrigin-Name: fb15ceffecddd7b8356e0f2cfde238d5328b09ba578c8670b217f761acf7ed37
This commit is contained in:
tobias.herre@wikimedia.de
2018-03-20 17:47:06 +00:00
parent 7128df99a3
commit 8dd91ab6af
5 changed files with 24 additions and 2 deletions

View File

@ -41,6 +41,7 @@ struct wtpman{
};
/*
struct wtp{
@ -48,6 +49,8 @@ struct wtp{
//extern void wtpman_run(void *arg);
*/
extern struct wtpman * wtpman_create();
extern struct wtpman * wtpman_create(int socklistindex,struct sockaddr * srcaddr);