Ignore:
Timestamp:
2019-08-07T05:42:02Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
c675ab1
Parents:
b22b0a94
git-author:
Michal Koutný <xm.koutny+hos@…> (2015-10-19 22:25:17)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-07 05:42:02)
Message:

taskman: IPC builerplate for task event API

  • Actual implementation tomorrow…

Conflicts:

uspace/lib/c/include/task.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/proc/task_anywait.c

    rb22b0a94 rb8341bc  
    102102        int rc;
    103103
    104         task_set_event_handler(task_event_handler);
     104        rc = task_register_event_handler(task_event_handler);
     105        TASSERT(rc == EOK);
    105106
    106107        TPRINTF("1 exit only\n");
Note: See TracChangeset for help on using the changeset viewer.