diff options
author | midipix <writeonce@midipix.org> | 2017-07-30 21:21:21 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-07-31 08:43:34 -0400 |
commit | 4a2e495c3aae5ba119844ba689c1eb282c1f49a8 (patch) | |
tree | 36fffb95ccc91f4360d701fee852c5f1af924e80 /src | |
parent | 7e3ebda55a15849f5cc1e7ab53edfeedd9fae635 (diff) | |
download | ntapi-4a2e495c3aae5ba119844ba689c1eb282c1f49a8.tar.bz2 ntapi-4a2e495c3aae5ba119844ba689c1eb282c1f49a8.tar.xz |
subsystem interfaces: integrated sysv semaphore definitions.
Diffstat (limited to 'src')
-rw-r--r-- | src/port/ntapi_port_name_helper.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/port/ntapi_port_name_helper.c b/src/port/ntapi_port_name_helper.c index 7e013a3..8c811fa 100644 --- a/src/port/ntapi_port_name_helper.c +++ b/src/port/ntapi_port_name_helper.c @@ -19,7 +19,9 @@ static const __port_service_prefix __port_service_prefixes[NT_PORT_TYPE_CAP][NT_ {{'v','m','o','u','n','t'}}, {{'d','a','e','m','o','n'}}, {{'s','y','m','l','n','k'}}, - {{'n','t','p','r','o','c'}}}; + {{'n','t','p','r','o','c'}}, + {{'s','e','m','c','t','l'}}, + {{'s','e','m','s','v','c'}}}; static const nt_guid __port_guids[NT_PORT_TYPE_CAP][NT_PORT_SUBTYPE_CAP] = { {NT_PORT_GUID_DEFAULT}, @@ -27,7 +29,9 @@ static const nt_guid __port_guids[NT_PORT_TYPE_CAP][NT_PORT_SUBTYPE_CAP] = { {NT_PORT_GUID_VMOUNT}, {NT_PORT_GUID_DAEMON}, {NT_PORT_GUID_SYMLNK}, - {NT_PORT_GUID_NTPROC}}; + {NT_PORT_GUID_NTPROC}, + {NT_PORT_GUID_SEMCTL}, + {NT_PORT_GUID_SEMSVC}}; int32_t __stdcall __ntapi_tt_port_guid_from_type( __out nt_guid * guid, |