tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
ipc_perm
tango
stdc
posix
sys
ipc
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
struct
ipc_perm
struct
ipc_perm
version(!linux && !darwin && FreeBSD)
extern (
C
)
struct
ipc_perm {
ushort
cuid
;
ushort
cguid
;
ushort
uid
;
ushort
gid
;
ushort
mode
;
ushort
seq
;
key_t
key
;
}
struct
ipc_perm
Members
Variables
cguid
ushort
cguid
;
Undocumented in source.
cuid
ushort
cuid
;
Undocumented in source.
gid
ushort
gid
;
Undocumented in source.
key
key_t
key
;
Undocumented in source.
mode
ushort
mode
;
Undocumented in source.
seq
ushort
seq
;
Undocumented in source.
uid
ushort
uid
;
Undocumented in source.
Meta
Source
See Implementation
tango
stdc
posix
sys
ipc
functions
ftok
structs
ipc_perm
variables
IPC_CREAT
IPC_EXCL
IPC_NOWAIT
IPC_PRIVATE
IPC_RMID
IPC_SET
IPC_STAT