TIPC_Perm

Record used in all IPC systems to specify the permissions.

Declaration

Source position: ipc.pp line 174

Type
TIPC\_Perm = record
  key : TKey;
  uid : kernel\_uid\_t;
  gid : kernel\_gid\_t;
  cuid : kernel\_uid\_t;
  cgid : kernel\_gid\_t;
  mode : kernel\_mode\_t;
  \_\_pad1 : Array[1..4-sizeof(mode\_t)] of Byte;
  seq : cushort;
  \_\_pad2 : cushort;
  \_\_unused1 : culong;
  \_\_unused2 : culong;
end

Description

TIPC_Perm is used in all IPC systems to specify the permissions. It should never be used directly.