defined QSE_HTTPD_TIMER_INVALID_INDEX

This commit is contained in:
2014-11-02 11:41:00 +00:00
parent 569b30039b
commit 514eee844f
3 changed files with 10 additions and 5 deletions

View File

@ -555,6 +555,8 @@ struct qse_httpd_timer_event_t
qse_httpd_timer_updater_t updater;
};
#define QSE_HTTPD_TIMER_INVALID_INDEX QSE_TMR_INVALID_INDEX
/* -------------------------------------------------------------------------- */
typedef struct qse_httpd_task_t qse_httpd_task_t;