/[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.6 by likewise, Fri Mar 28 08:49:05 2003 UTC revision 1.7 by likewise, Sun Mar 30 22:24:10 2003 UTC
# Line 74  struct pbuf { Line 74  struct pbuf {
74    /* Length of this buffer. */    /* Length of this buffer. */
75    u16_t len;      u16_t len;  
76    
77    /* Flags and reference count. */    /* flags */
78    u16_t flags, ref;    u16_t flags;
79      
80      /** the reference count always equals the number of pointers
81       * that refer to this pbuf. This can be pointers from an application,
82       * the stack itself, or pbuf->next pointers from a chain.
83       */
84      u16_t ref;
85        
86  };  };
87    

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

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