Changeset 422722e in mainline for uspace/lib/c/generic/ns.c


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

Devman-driver and driver-devman parallel exchange support. Also fix
service_connect_blocking().

File:
1 edited

Legend:

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

    r93ad49a8 r422722e  
    7474        async_exchange_end(exch);
    7575       
     76        /*
     77         * FIXME Ugly hack to work around limitation of implementing
     78         * parallel exchanges using multiple connections. Shift out
     79         * first argument for non-initial connections.
     80         */
     81        async_sess_args_set(sess, arg2, arg3, 0);
     82       
    7683        return sess;
    7784}
Note: See TracChangeset for help on using the changeset viewer.