Changeset 422722e in mainline for uspace/lib/c/generic/ns.c
- Timestamp:
- 2011-08-20T15:31:36Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e64df9a
- Parents:
- 93ad49a8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/ns.c
r93ad49a8 r422722e 74 74 async_exchange_end(exch); 75 75 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 76 83 return sess; 77 84 }
Note:
See TracChangeset
for help on using the changeset viewer.