handled dns timeout in httpd
This commit is contained in:
@ -57,6 +57,9 @@ struct qse_tmr_event_t
|
||||
|
||||
#define QSE_TMR_INVALID ((qse_size_t)-1)
|
||||
|
||||
#define QSE_TMR_SIZE(tmr) ((tmr)->size)
|
||||
#define QSE_TMR_CAPA(tmr) ((tmr)->capa);
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user