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

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

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

revision 1.76 by likewise, Tue Jan 4 12:20:25 2005 UTC revision 1.77 by likewise, Mon Jan 24 21:05:47 2005 UTC
# Line 62  Line 62 
62   *   *
63   */   */
64    
65  #include "lwip/opt.h"  #include <string.h>
66    
67    #include "lwip/opt.h"
68  #include "lwip/stats.h"  #include "lwip/stats.h"
   
69  #include "lwip/def.h"  #include "lwip/def.h"
70  #include "lwip/mem.h"  #include "lwip/mem.h"
71  #include "lwip/memp.h"  #include "lwip/memp.h"
72  #include "lwip/pbuf.h"  #include "lwip/pbuf.h"
   
73  #include "lwip/sys.h"  #include "lwip/sys.h"
   
74  #include "arch/perf.h"  #include "arch/perf.h"
75    
76  static u8_t pbuf_pool_memory[(PBUF_POOL_SIZE * MEM_ALIGN_SIZE(PBUF_POOL_BUFSIZE + sizeof(struct pbuf)))];  static u8_t pbuf_pool_memory[(PBUF_POOL_SIZE * MEM_ALIGN_SIZE(PBUF_POOL_BUFSIZE + sizeof(struct pbuf)))];

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77

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