Changeset 503ffce in mainline for kernel/generic/include/ipc/ipc.h


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

Return IPC_CALLID_* in call data instead of callid

Callid will be replaced by capability handles soon so the API needs
to be cleanup up and any flags passed together with callid must be
passed using some other way.

File:
1 edited

Legend:

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

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