Changeset 7ffdcbd in mainline for abi/include/abi/ipc/interfaces.h


Ignore:
Timestamp:
2019-10-06T19:47:36Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
ae004bc
Parents:
5be6361
git-author:
Matthieu Riolo <matthieu.riolo@…> (2019-10-06 19:43:50)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-10-06 19:47:36)
Message:

Correcting IPC calls introduced with taskman

The new PHONE_INITIAL has been corrected to make use of CAP_NIL.
Removing unneeded interfaces which were introduced during the
merging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • abi/include/abi/ipc/interfaces.h

    r5be6361 r7ffdcbd  
    8282typedef enum {
    8383        INTERFACE_ANY = 0,
    84         INTERFACE_LOADER =
    85             FOURCC_COMPACT('l', 'o', 'a', 'd') | IFACE_EXCHANGE_SERIALIZE,
    8684        INTERFACE_PAGER =
    8785            FOURCC_COMPACT('p', 'a', 'g', 'e') | IFACE_EXCHANGE_ATOMIC,
     
    190188        INTERFACE_TASKMAN_CB =
    191189            FOURCC_COMPACT('t', 'a', 's', 'k') | IFACE_EXCHANGE_SERIALIZE | IFACE_MOD_CALLBACK,
    192         INTERFACE_NS =
    193             FOURCC_COMPACT('n', 's', ' ', ' ') | IFACE_EXCHANGE_ATOMIC,
    194190        INTERFACE_SYSMAN =
    195191            FOURCC_COMPACT('s', 'y', 's', 'm') | IFACE_EXCHANGE_SERIALIZE
Note: See TracChangeset for help on using the changeset viewer.