Changeset 5f62ef9 in mainline for generic/include/ipc/ipc.h


Ignore:
Timestamp:
2006-03-14T23:47:04Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d99d8c8
Parents:
1065603e
Message:

Completed asynchronous ipc.

File:
1 edited

Legend:

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

    r1065603e r5f62ef9  
    3333/* - the uspace may not be able to utilize full length */
    3434#define IPC_CALL_LEN    4
     35
     36/** Maximum active async calls per thread */
     37#define IPC_MAX_ASYNC_CALLS  4
    3538
    3639/* Flags for calls */
Note: See TracChangeset for help on using the changeset viewer.