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

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

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

revision 1.14 by jani, Fri Feb 21 16:43:46 2003 UTC revision 1.15 by jani, Wed Mar 19 11:23:46 2003 UTC
# Line 265  struct tcp_pcb { Line 265  struct tcp_pcb {
265  #endif /* TCP_QUEUE_OOSEQ */  #endif /* TCP_QUEUE_OOSEQ */
266    
267  #if LWIP_CALLBACK_API  #if LWIP_CALLBACK_API
268    /* Function to be called when more send buffer space is avaliable. */    /* Function to be called when more send buffer space is available. */
269    err_t (* sent)(void *arg, struct tcp_pcb *pcb, u16_t space);    err_t (* sent)(void *arg, struct tcp_pcb *pcb, u16_t space);
270        
271    /* Function to be called when (in-sequence) data has arrived. */    /* Function to be called when (in-sequence) data has arrived. */

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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