Changeset 7c0e1f5 in mainline for kernel/generic/include/ipc/ipc.h


Ignore:
Timestamp:
2017-11-23T22:20:17Z (6 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b1f36e3
Parents:
40e5d66
Message:

Rework userspace call tracking

Setting the address of the userspace call structure in the kernel
call_t structure on send allows us to remove lots of userspace
scaffolding. More importantly, it also opens the door for not needing
the callid (later capability) on answer receive.

File:
1 edited

Legend:

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

    r40e5d66 r7c0e1f5  
    106106        /** Phone which made or last masqueraded this call. */
    107107        phone_t *phone;
     108        /** User-defined label */
     109        sysarg_t label;
    108110} ipc_data_t;
    109111
Note: See TracChangeset for help on using the changeset viewer.