Ignore:
File:
1 edited

Legend:

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

    rab34cc9 re2ab36f1  
    9898typedef struct {
    9999        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          */
     100        /** Task which made or forwarded the call with IPC_FF_ROUTE_FROM_ME. */
    104101        task_id_t task_id;
    105102        /** Phone which made or last masqueraded this call. */
Note: See TracChangeset for help on using the changeset viewer.