Changeset 0f4532e in mainline for uspace/lib/c/generic/ns.c


Ignore:
Timestamp:
2011-08-20T14:55:02Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
93ad49a8
Parents:
a0fc4be
Message:

Make service_connect() work with parallel exchange management.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/ns.c

    ra0fc4be r0f4532e  
    5656        async_exchange_end(exch);
    5757       
     58        /*
     59         * FIXME Ugly hack to work around limitation of implementing
     60         * parallel exchanges using multiple connections. Shift out
     61         * first argument for non-initial connections.
     62         */
     63        async_sess_args_shift(sess);
     64       
    5865        return sess;
    5966}
Note: See TracChangeset for help on using the changeset viewer.