Changeset 708cf9d in mainline


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

Bump IPC_MAX_ASYNC_CALLS

Make it harder to hit the hard limit on the number of active async calls per
phone.

File:
1 edited

Legend:

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

    r25b853c r708cf9d  
    4444
    4545/** Maximum active async calls per phone */
    46 #define IPC_MAX_ASYNC_CALLS  4
     46#define IPC_MAX_ASYNC_CALLS  64
    4747
    4848/* Flags for calls */
Note: See TracChangeset for help on using the changeset viewer.