/[lwip]/lwip/src/core/sys.c
ViewVC logotype

Diff of /lwip/src/core/sys.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by davidhaas, Thu Feb 6 22:18:56 2003 UTC revision 1.6 by davidhaas, Wed Feb 12 15:09:04 2003 UTC
# Line 172  sys_timeout(u32_t msecs, sys_timeout_han Line 172  sys_timeout(u32_t msecs, sys_timeout_han
172        
173    timeouts = sys_arch_timeouts();    timeouts = sys_arch_timeouts();
174        
175    DEBUGF(SYS_DEBUG, ("sys_timeout: %p msecs=%u h=%p arg=%p\n", (void *)timeout, msecs, (void *)h, (void *)arg));    DEBUGF(SYS_DEBUG, ("sys_timeout: %p msecs=%lu h=%p arg=%p\n", (void *)timeout, msecs, (void *)h, (void *)arg));
176    
177    LWIP_ASSERT("sys_timeout: timeouts != NULL", timeouts != NULL);    LWIP_ASSERT("sys_timeout: timeouts != NULL", timeouts != NULL);
178    if(timeouts->next == NULL) {    if(timeouts->next == NULL) {

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26