Changeset 102f641 in mainline for uspace/lib/c/include/ipc
- Timestamp:
- 2019-09-02T19:01:50Z (6 years ago)
- Children:
- 25697163
- Parents:
- 241f1985
- Location:
- uspace/lib/c/include/ipc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/common.h
r241f1985 r102f641 46 46 /** 47 47 * IPC_FLAG_AUTOSTART_ is for use in brokers only. In clinet code use 48 * IPC_AUTOSTART that includes implies blocking behavior. */ 48 * IPC_AUTOSTART that includes implies blocking behavior. 49 */ 49 50 #define IPC_FLAG_AUTOSTART_ 0x02 50 51 -
uspace/lib/c/include/ipc/services.h
r241f1985 r102f641 67 67 #define SERVICE_NAME_VOLSRV "volsrv" 68 68 69 70 69 #define LOC_DEVICE_NAMESPACE "devices" 71 70 #define LOC_UNIT_NAMESPACE_SEPARATOR "__" -
uspace/lib/c/include/ipc/taskman.h
r241f1985 r102f641 38 38 #include <ipc/common.h> 39 39 40 41 40 typedef enum { 42 41 TASKMAN_WAIT = IPC_FIRST_USER_METHOD,
Note:
See TracChangeset
for help on using the changeset viewer.
