Changeset 46577995 in mainline for uspace/srv/net/tcp/test/conn.c
- Timestamp:
- 2018-01-04T20:50:52Z (8 years ago)
- Children:
- e211ea04
- Parents:
- facacc71
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:47:53)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:50:52)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tcp/test/conn.c
rfacacc71 r46577995 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.