/[lwip]/lwip/src/include/lwip/pbuf.h
ViewVC logotype

Diff of /lwip/src/include/lwip/pbuf.h

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

revision 1.8 by likewise, Mon Mar 31 11:39:49 2003 UTC revision 1.9 by likewise, Tue Apr 1 14:02:50 2003 UTC
# Line 59  typedef enum { Line 59  typedef enum {
59  #define PBUF_FLAG_ROM   0x01    /* Flags that pbuf data is stored in ROM. */  #define PBUF_FLAG_ROM   0x01    /* Flags that pbuf data is stored in ROM. */
60  #define PBUF_FLAG_POOL  0x02    /* Flags that the pbuf comes from the  #define PBUF_FLAG_POOL  0x02    /* Flags that the pbuf comes from the
61                                     pbuf pool. */                                     pbuf pool. */
62  #define PBUF_FLAG_REF   0x03  #define PBUF_FLAG_REF   0x04
63    
64  struct pbuf {  struct pbuf {
65    struct pbuf *next;    struct pbuf *next;

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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