Changeset f51b1d3 in mainline for uspace/lib/c/generic/ns.c
- Timestamp:
- 2011-10-07T13:50:56Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 609243f4
- Parents:
- 892022a1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/ns.c
r892022a1 rf51b1d3 54 54 if (!exch) 55 55 return NULL; 56 56 57 async_sess_t *sess = 57 58 async_connect_me_to(mgmt, exch, service, arg2, arg3); 58 59 async_exchange_end(exch); 59 60 60 61 if (!sess) 61 62 return NULL;
Note:
See TracChangeset
for help on using the changeset viewer.