/[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.57 by likewise, Wed Jun 11 22:34:51 2003 UTC revision 1.57.2.1 by marcbou, Thu Jun 19 11:34:02 2003 UTC
# Line 853  pbuf_take(struct pbuf *p) Line 853  pbuf_take(struct pbuf *p)
853    return head;    return head;
854  }  }
855    
 #if 0 /* TODO: See if we might need this for future features */  
856  /**  /**
857   * Dechains the first pbuf from its succeeding pbufs in the chain.   * Dechains the first pbuf from its succeeding pbufs in the chain.
858   *   *
# Line 890  pbuf_dechain(struct pbuf *p) Line 889  pbuf_dechain(struct pbuf *p)
889    LWIP_ASSERT("p->tot_len == p->len", p->tot_len == p->len);    LWIP_ASSERT("p->tot_len == p->len", p->tot_len == p->len);
890    return (tail_gone > 0? NULL: q);    return (tail_gone > 0? NULL: q);
891  }  }
 #endif /* pbuf_dechain() */  
892    
893  /* TODO: This function is unused in the lwIP stack and will be deprecated. This is due  /* TODO: This function is unused in the lwIP stack and will be deprecated. This is due
894   * to the new way chains are built. */   * to the new way chains are built. */

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.57.2.1

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