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