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

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

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

revision 1.31.2.8 by jani, Wed Nov 5 09:27:48 2003 UTC revision 1.31.2.9 by jani, Thu Nov 13 14:39:44 2003 UTC
# Line 812  tcp_setprio(struct tcp_pcb *pcb, u8_t pr Line 812  tcp_setprio(struct tcp_pcb *pcb, u8_t pr
812  {  {
813    pcb->prio = prio;    pcb->prio = prio;
814  }  }
815    #if TCP_QUEUE_OOSEQ
816  /*-----------------------------------------------------------------------------------*/  /*-----------------------------------------------------------------------------------*/
817  /*  /*
818   * tcp_seg_copy():   * tcp_seg_copy():
# Line 833  tcp_seg_copy(struct tcp_seg *seg) Line 834  tcp_seg_copy(struct tcp_seg *seg)
834    pbuf_ref(cseg->p);    pbuf_ref(cseg->p);
835    return cseg;    return cseg;
836  }  }
837    #endif
838  /*-----------------------------------------------------------------------------------*/  /*-----------------------------------------------------------------------------------*/
839  #if LWIP_CALLBACK_API  #if LWIP_CALLBACK_API
840  static err_t  static err_t

Legend:
Removed from v.1.31.2.8  
changed lines
  Added in v.1.31.2.9

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