/[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.18 by jani, Wed Feb 18 09:01:33 2004 UTC revision 1.19 by christiaans, Fri Nov 25 12:03:38 2005 UTC
# Line 39  Line 39 
39    
40  struct sswt_cb  struct sswt_cb
41  {  {
42      int timeflag;      s16_t timeflag;
43      sys_sem_t *psem;      sys_sem_t *psem;
44  };  };
45    
# Line 170  sys_timeout(u32_t msecs, sys_timeout_han Line 170  sys_timeout(u32_t msecs, sys_timeout_han
170    
171    timeouts = sys_arch_timeouts();    timeouts = sys_arch_timeouts();
172    
173    LWIP_DEBUGF(SYS_DEBUG, ("sys_timeout: %p msecs=%lu h=%p arg=%p\n",    LWIP_DEBUGF(SYS_DEBUG, ("sys_timeout: %p msecs=%"U32_F" h=%p arg=%p\n",
174      (void *)timeout, msecs, (void *)h, (void *)arg));      (void *)timeout, msecs, (void *)h, (void *)arg));
175    
176    LWIP_ASSERT("sys_timeout: timeouts != NULL", timeouts != NULL);    LWIP_ASSERT("sys_timeout: timeouts != NULL", timeouts != NULL);

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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