Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/ipc/ipc.h

    re2ab36f1 rc0699467  
    4040#include <synch/mutex.h>
    4141#include <synch/waitq.h>
    42 #include <typedefs.h>
    4342
    4443#define IPC_MAX_PHONES  32
     
    9998        sysarg_t args[IPC_CALL_LEN];
    10099        /** Task which made or forwarded the call with IPC_FF_ROUTE_FROM_ME. */
    101         task_id_t task_id;
     100        struct task *task;
    102101        /** Phone which made or last masqueraded this call. */
    103102        phone_t *phone;
Note: See TracChangeset for help on using the changeset viewer.