Changeset 472020fc in mainline for uspace/srv/net/tl/tcp/tcp.c


Ignore:
Timestamp:
2010-10-23T10:24:39Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
49698fa
Parents:
7e66a5ec
Message:

Mark EPARTY for replacement by another error code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tl/tcp/tcp.c

    r7e66a5ec r472020fc  
    20332033        if (!fibril) {
    20342034                free(operation_timeout);
    2035                 return EPARTY;
     2035                return EPARTY;  /* FIXME: use another EC */
    20362036        }
    20372037//      fibril_mutex_lock(&socket_data->operation.mutex);
Note: See TracChangeset for help on using the changeset viewer.