Changeset be942bc in mainline for uspace/srv/net/tl/tcp/tcp.c
- Timestamp:
- 2010-12-21T11:43:44Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b0a76d5
- Parents:
- 78ffb70
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tl/tcp/tcp.c
r78ffb70 rbe942bc 2085 2085 if (!fibril) { 2086 2086 free(operation_timeout); 2087 return EPARTY; /* FIXME: use another EC */ 2088 } 2087 return ENOMEM; 2088 } 2089 2089 2090 // fibril_mutex_lock(&socket_data->operation.mutex); 2090 2091 /* Start the timeout fibril */
Note:
See TracChangeset
for help on using the changeset viewer.