Changes in uspace/app/trace/trace.c [cf9a1e2:01900b6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/trace/trace.c
rcf9a1e2 r01900b6 139 139 140 140 if (sess == NULL) { 141 sess = async_connect_kbox(task_id );141 sess = async_connect_kbox(task_id, &rc); 142 142 if (sess == NULL) { 143 143 printf("Error connecting to task %" PRIu64 ".\n", 144 144 task_id); 145 rc = EIO;146 145 goto error; 147 146 }
Note:
See TracChangeset
for help on using the changeset viewer.