Changeset b7fd2a0 in mainline for uspace/srv/net/tcp/test/conn.c
- Timestamp:
- 2018-01-13T03:10:29Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a53ed3a
- Parents:
- 36f0738
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tcp/test/conn.c
r36f0738 rb7fd2a0 46 46 PCUT_TEST_BEFORE 47 47 { 48 int rc;48 errno_t rc; 49 49 50 50 /* We will be calling functions that perform logging */ … … 89 89 tcp_conn_t *conn, *cfound; 90 90 inet_ep2_t epp; 91 int rc;91 errno_t rc; 92 92 93 93 inet_ep2_init(&epp); … … 119 119 tcp_conn_t *conn; 120 120 inet_ep2_t epp; 121 int rc;121 errno_t rc; 122 122 123 123 inet_ep2_init(&epp); … … 152 152 tcp_conn_t *cconn, *sconn; 153 153 inet_ep2_t cepp, sepp; 154 int rc;154 errno_t rc; 155 155 156 156 /* Client EPP */
Note:
See TracChangeset
for help on using the changeset viewer.