Changeset 5559712 in mainline for uspace/lib/c/include/ipc/common.h
- Timestamp:
- 2019-08-03T09:28:50Z (5 years ago)
- Children:
- c0e4fc50
- Parents:
- 2dda1d4
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-05-07 11:49:47)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-03 09:28:50)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/common.h
r2dda1d4 r5559712 39 39 #include <abi/ipc/ipc.h> 40 40 41 #define IPC_FLAG_BLOCKING 0x01 41 #define IPC_FLAG_BLOCKING 0x01 42 // TODO autostart flag may be united with blocking, this should be later made 43 // implicit, documented or refactor pairs of xxx and xxx_blocking methods 44 #define IPC_FLAG_AUTOSTART 0x02 42 45 43 46 typedef ipc_data_t ipc_call_t;
Note:
See TracChangeset
for help on using the changeset viewer.