Changeset 62273d1 in mainline for uspace/app/tester/proc/dummy_task.c
- Timestamp:
- 2019-08-07T04:27:24Z (6 years ago)
- Children:
- 2f44fafd
- Parents:
- 70d28e8
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-10-08 21:46:22)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-07 04:27:24)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/proc/dummy_task.c
r70d28e8 r62273d1 48 48 static void dummy_fail(void) 49 49 { 50 task_id_t id = task_get_id(); 51 printf("Gonna shoot myself (%" PRIu64 ").\n", id); 50 52 behavior_func_t func = NULL; 51 53 func();
Note:
See TracChangeset
for help on using the changeset viewer.