mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-27 02:26:55 +08:00
Rename lwip_sys_timers_get_next_timout() to sys_timeouts_get_next_timeout()
This commit is contained in:
@@ -121,7 +121,7 @@ static u32_t current_timeout_due_time;
|
||||
|
||||
#if LWIP_TESTMODE
|
||||
struct sys_timeo**
|
||||
lwip_sys_timers_get_next_timout(void)
|
||||
sys_timeouts_get_next_timeout(void)
|
||||
{
|
||||
return &next_timeout;
|
||||
}
|
||||
|
||||
@@ -115,7 +115,7 @@ void sys_check_timeouts(void);
|
||||
u32_t sys_timeouts_sleeptime(void);
|
||||
|
||||
#if LWIP_TESTMODE
|
||||
struct sys_timeo** lwip_sys_timers_get_next_timout(void);
|
||||
struct sys_timeo** sys_timeouts_get_next_timeout(void);
|
||||
void lwip_cyclic_timer(void *arg);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user