Changeset 4ff66ae in mainline for uspace/app/tester/proc/task_anywait.c
- Timestamp:
- 2019-08-07T11:18:35Z (6 years ago)
- Children:
- 87a31ef2
- Parents:
- bb57a00
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-11-13 03:13:03)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-07 11:18:35)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/proc/task_anywait.c
rbb57a00 r4ff66ae 111 111 int rc; 112 112 113 rc = task_register_event_handler(task_event_handler );113 rc = task_register_event_handler(task_event_handler, false); 114 114 TASSERT(rc == EOK); 115 115
Note:
See TracChangeset
for help on using the changeset viewer.