Changeset 4c55a64 in mainline for uspace/srv/net/tl/tcp/iqueue.c
- Timestamp:
- 2011-09-19T21:01:16Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0093ab6
- Parents:
- c5808b41
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tl/tcp/iqueue.c
rc5808b41 r4c55a64 40 40 #include <stdlib.h> 41 41 #include "iqueue.h" 42 #include "segment.h" 42 43 #include "seq_no.h" 43 44 #include "tcp_type.h" … … 85 86 86 87 list_remove(&iqe->link); 87 /* XXX free segment */88 tcp_segment_delete(iqe->seg); 88 89 89 90 link = list_first(&iqueue->list);
Note:
See TracChangeset
for help on using the changeset viewer.