Changeset 1d4b815 in mainline for uspace/srv/net/tcp/ucall.c
- Timestamp:
- 2015-05-09T19:05:48Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 309469de
- Parents:
- 779541b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tcp/ucall.c
r779541b r1d4b815 305 305 } 306 306 307 void *tcp_uc_get_userptr(tcp_conn_t *conn) 308 { 309 return conn->cb_arg; 310 } 311 307 312 /* 308 313 * Arriving segments
Note:
See TracChangeset
for help on using the changeset viewer.