Changeset 93ad49a8 in mainline for uspace/lib/c/generic/ns.c


Ignore:
Timestamp:
2011-08-20T15:03:05Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
422722e
Parents:
0f4532e
Message:

Make the hack more generic to work around problems with callback
sessions as well.

File:
1 edited

Legend:

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

    r0f4532e r93ad49a8  
    6161         * first argument for non-initial connections.
    6262         */
    63         async_sess_args_shift(sess);
     63        async_sess_args_set(sess, arg2, arg3, 0);
    6464       
    6565        return sess;
Note: See TracChangeset for help on using the changeset viewer.