SpecialProxy/timeout.h

12 lines
165 B
C
Raw Normal View History

2018-12-07 09:29:41 +08:00
#ifndef TIME_H
#define TIME_H
2018-12-21 19:13:07 +08:00
#define DEFAULT_TIMEOUT 60
2018-12-07 09:29:41 +08:00
#include <time.h>
2018-12-21 19:13:07 +08:00
extern int timeout_seconds;
2018-12-07 09:29:41 +08:00
void *close_timeout_connectionLoop(void *nullPtr);
#endif