Changeset f9b2cb4c in mainline for uspace/lib/c/generic/inet/tcp.c
- Timestamp:
- 2015-08-23T12:50:23Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9ef495f
- Parents:
- 0dd16778
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/inet/tcp.c
r0dd16778 rf9b2cb4c 112 112 } 113 113 114 tcp->sess = loc_service_connect( EXCHANGE_SERIALIZE, tcp_svcid,114 tcp->sess = loc_service_connect(tcp_svcid, INTERFACE_TCP, 115 115 IPC_FLAG_BLOCKING); 116 116 if (tcp->sess == NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.