Changes in uspace/srv/net/tl/tcp/tcp.c [8e3a65c:472020fc] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tl/tcp/tcp.c
r8e3a65c r472020fc 2033 2033 if (!fibril) { 2034 2034 free(operation_timeout); 2035 return EPARTY; 2035 return EPARTY; /* FIXME: use another EC */ 2036 2036 } 2037 2037 // fibril_mutex_lock(&socket_data->operation.mutex);
Note:
See TracChangeset
for help on using the changeset viewer.