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

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

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

revision 1.6 by jani, Wed Mar 19 12:37:46 2003 UTC revision 1.6.6.1 by likewise, Fri Nov 14 09:42:51 2003 UTC
# Line 41  Line 41 
41    
42  #if LWIP_STATS  #if LWIP_STATS
43  struct stats_ lwip_stats;  struct stats_ lwip_stats;
44  /*-----------------------------------------------------------------------------------*/  
45  void  void
46  stats_init(void)  stats_init(void)
47  {  {
48    memset(&lwip_stats, 0, sizeof(struct stats_));    memset(&lwip_stats, 0, sizeof(struct stats_));
49  }  }
50  #endif /* LWIP_STATS */  #endif /* LWIP_STATS */
51  /*-----------------------------------------------------------------------------------*/  

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

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