Ignore:
File:
1 edited

Legend:

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

    rab34cc9 rc0699467  
    4040#include <synch/mutex.h>
    4141#include <synch/waitq.h>
    42 #include <typedefs.h>
    4342
    4443#define IPC_MAX_PHONES  32
     
    9897typedef struct {
    9998        sysarg_t args[IPC_CALL_LEN];
    100         /**
    101          * Task which made or forwarded the call with IPC_FF_ROUTE_FROM_ME,
    102          * or the task which answered the call.
    103          */
    104         task_id_t task_id;
     99        /** Task which made or forwarded the call with IPC_FF_ROUTE_FROM_ME. */
     100        struct task *task;
    105101        /** Phone which made or last masqueraded this call. */
    106102        phone_t *phone;
Note: See TracChangeset for help on using the changeset viewer.