/[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.6 by likewise, Wed Jan 8 10:09:42 2003 UTC revision 1.7 by likewise, Wed Jan 8 15:37:51 2003 UTC
# Line 417  extern struct tcp_pcb *tcp_tmp_pcb; Line 417  extern struct tcp_pcb *tcp_tmp_pcb;
417                                  tcp_tmp_pcb = tcp_tmp_pcb->next) { \                                  tcp_tmp_pcb = tcp_tmp_pcb->next) { \
418                                  ASSERT("TCP_REG: already registered\n", tcp_tmp_pcb != npcb); \                                  ASSERT("TCP_REG: already registered\n", tcp_tmp_pcb != npcb); \
419                              } \                              } \
420                                                            /* TODO: state field doesn't exist in listen pcbs */ \
421                              ASSERT("TCP_REG: pcb->state != CLOSED", npcb->state != CLOSED); \                              ASSERT("TCP_REG: pcb->state != CLOSED", npcb->state != CLOSED); \
422                              npcb->next = *pcbs; \                              npcb->next = *pcbs; \
423                              ASSERT("TCP_REG: npcb->next != npcb", npcb->next != npcb); \                              ASSERT("TCP_REG: npcb->next != npcb", npcb->next != npcb); \

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