Ignore:
Timestamp:
2020-03-06T19:14:20Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
13b4504
Parents:
06599a1
git-author:
Matthieu Riolo <matthieu.riolo@…> (2020-02-29 11:22:13)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2020-03-06 19:14:20)
Message:

Adding types task_wait_flag_t and ipc_start_flag_t which replaces makros

File:
1 edited

Legend:

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

    r06599a1 r3529f148  
    3939static task_id_t task_id;
    4040static task_exit_t last_texit;
    41 static int last_flags;
     41static task_wait_flag_t last_flags;
    4242static int last_retval;
    4343static bool handler_hit;
     
    4949static FIBRIL_CONDVAR_INITIALIZE(sync_cv);
    5050
    51 static void task_event_handler(task_id_t tid, int flags, task_exit_t texit,
     51static void task_event_handler(task_id_t tid, task_wait_flag_t flags, task_exit_t texit,
    5252    int retval)
    5353{
Note: See TracChangeset for help on using the changeset viewer.