Changeset cbdb38ff in mainline


Ignore:
Timestamp:
2017-11-09T20:22:57Z (6 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0239846
Parents:
d432c02
Message:

Make INTERFACE_LOC_SUPPLIER parallel

Location service sometimes needs to be able to process requests in
parallel in order to avoid deadlock.

File:
1 edited

Legend:

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

    rd432c02 rcbdb38ff  
    116116            FOURCC_COMPACT('v', 's', 'd', 'v') | IFACE_EXCHANGE_PARALLEL | IFACE_MOD_CALLBACK,
    117117        INTERFACE_LOC_SUPPLIER =
    118             FOURCC_COMPACT('l', 'o', 'c', 's') | IFACE_EXCHANGE_SERIALIZE,
     118            FOURCC_COMPACT('l', 'o', 'c', 's') | IFACE_EXCHANGE_PARALLEL,
    119119        INTERFACE_LOC_CONSUMER =
    120120            FOURCC_COMPACT('l', 'o', 'c', 'c') | IFACE_EXCHANGE_SERIALIZE,
Note: See TracChangeset for help on using the changeset viewer.