Changeset f21a61e in mainline for kernel/generic/include/ipc/ipc.h


Ignore:
Timestamp:
2011-01-24T20:44:57Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c80fdd0
Parents:
8c9b742
Message:

Synchronize kernel's ipc_data_t with uspace's ipc_call_t.

File:
1 edited

Legend:

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

    r8c9b742 rf21a61e  
    321321typedef struct {
    322322        sysarg_t args[IPC_CALL_LEN];
     323        /** Task which made or forwarded the call with IPC_FF_ROUTE_FROM_ME. */
     324        struct task *task;
    323325        /** Phone which made or last masqueraded this call. */
    324326        phone_t *phone;
    325         /** Last task to perform _ipc_call(). */
    326         struct task *task;
    327327} ipc_data_t;
    328328
Note: See TracChangeset for help on using the changeset viewer.