Changeset 5559712 in mainline for uspace/lib/c/include/ipc/services.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/services.h
r2dda1d4 r5559712 40 40 #include <abi/fourcc.h> 41 41 42 /** Name of service brokered by NS */ 42 43 typedef enum { 43 44 SERVICE_NONE = 0, … … 45 46 SERVICE_VFS = FOURCC('v', 'f', 's', ' '), 46 47 SERVICE_LOC = FOURCC('l', 'o', 'c', ' '), 48 SERVICE_SYSMAN = FOURCC('s', 'y', 's', 'm'), 47 49 SERVICE_LOGGER = FOURCC('l', 'o', 'g', 'g'), 48 50 SERVICE_DEVMAN = FOURCC('d', 'e', 'v', 'n'), … … 64 66 #define SERVICE_NAME_VOLSRV "volsrv" 65 67 68 #define LOC_DEVICE_NAMESPACE "devices" 69 #define LOC_UNIT_NAMESPACE_SEPARATOR "__" 70 66 71 #endif 67 72
Note:
See TracChangeset
for help on using the changeset viewer.