Changeset 54935cf6 in mainline for uspace/lib/c/generic/ns.c
- Timestamp:
- 2011-10-03T07:42:08Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 01ab41b
- Parents:
- 00a8f1b (diff), 60c6fe0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/ns.c
r00a8f1b r54935cf6 75 75 { 76 76 async_exch_t *exch = async_exchange_begin(session_ns); 77 if (!exch) 78 return NULL; 77 79 async_sess_t *sess = 78 80 async_connect_me_to_blocking(mgmt, exch, service, arg2, arg3); 79 81 async_exchange_end(exch); 82 83 if (!sess) 84 return NULL; 80 85 81 86 /*
Note:
See TracChangeset
for help on using the changeset viewer.