Changeset 5a6cc679 in mainline for uspace/srv/net/tcp/test/iqueue.c
- Timestamp:
- 2018-01-31T02:21:24Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a0a9cc2
- Parents:
- 132ab5d1
- File:
-
- 1 edited
-
uspace/srv/net/tcp/test/iqueue.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tcp/test/iqueue.c
r132ab5d1 r5a6cc679 45 45 inet_ep2_t epp; 46 46 tcp_segment_t *rseg; 47 int rc;47 errno_t rc; 48 48 49 49 inet_ep2_init(&epp); … … 71 71 void *data; 72 72 size_t dsize; 73 int rc;73 errno_t rc; 74 74 75 75 inet_ep2_init(&epp); … … 117 117 void *data; 118 118 size_t dsize; 119 int rc;119 errno_t rc; 120 120 121 121 inet_ep2_init(&epp);
Note:
See TracChangeset
for help on using the changeset viewer.
