mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-24 09:06:55 +08:00
Added function sys_restart_timeouts() from patch #7085 (Restart system timeout handling)
This commit is contained in:
@@ -79,6 +79,7 @@ void sys_timeout(u32_t msecs, sys_timeout_handler h, void *arg);
|
||||
void sys_untimeout(sys_timeout_handler h, void *arg);
|
||||
#if NO_SYS
|
||||
void sys_check_timeouts(void);
|
||||
void sys_restart_timeouts(void);
|
||||
#else /* NO_SYS */
|
||||
void sys_timeouts_mbox_fetch(sys_mbox_t mbox, void **msg);
|
||||
#endif /* NO_SYS */
|
||||
|
||||
Reference in New Issue
Block a user