Changes in uspace/srv/net/tl/tcp/tcp.c [be942bc:7880d58] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tl/tcp/tcp.c
rbe942bc r7880d58 2085 2085 if (!fibril) { 2086 2086 free(operation_timeout); 2087 return ENOMEM; 2088 } 2089 2087 return EPARTY; /* FIXME: use another EC */ 2088 } 2090 2089 // fibril_mutex_lock(&socket_data->operation.mutex); 2091 2090 /* Start the timeout fibril */
Note:
See TracChangeset
for help on using the changeset viewer.