Changeset eed4139 in mainline for uspace/srv/ns/task.c
- Timestamp:
- 2018-03-22T23:23:18Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cbb37b6
- Parents:
- 77f0a1d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/ns/task.c
r77f0a1d reed4139 145 145 typedef struct { 146 146 link_t link; 147 task_id_t id; /**< Task ID. */148 cap_call_handle_t chandle; / **< Call ID waiting for the connection */147 task_id_t id; ///< Task ID 148 cap_call_handle_t chandle; ///< Call handle waiting for the connection 149 149 } pending_wait_t; 150 150
Note:
See TracChangeset
for help on using the changeset viewer.