Changeset 1be7bee in mainline for uspace/app/trace/trace.c
- Timestamp:
- 2019-08-07T04:20:30Z (5 years ago)
- Children:
- 70d28e8
- Parents:
- fe86d9d
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-10-05 21:17:40)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-07 04:20:30)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/trace/trace.c
rfe86d9d r1be7bee 887 887 printf("Waiting for task to exit.\n"); 888 888 889 rc = task_wait_task_id(task_id, &texit, &retval);889 rc = task_wait_task_id(task_id, TASK_WAIT_EXIT, &texit, &retval); 890 890 if (rc != EOK) { 891 891 printf("Failed waiting for task.\n");
Note:
See TracChangeset
for help on using the changeset viewer.