2011-02-12 05:22:29 +00:00
|
|
|
struct ipc_perm
|
|
|
|
{
|
2011-04-13 20:45:43 +00:00
|
|
|
key_t __ipc_perm_key;
|
2011-02-12 05:22:29 +00:00
|
|
|
uid_t uid;
|
|
|
|
gid_t gid;
|
|
|
|
uid_t cuid;
|
|
|
|
gid_t cgid;
|
|
|
|
mode_t mode;
|
2011-04-13 20:45:43 +00:00
|
|
|
int __ipc_perm_seq;
|
2011-02-12 05:22:29 +00:00
|
|
|
long __pad1;
|
|
|
|
long __pad2;
|
|
|
|
};
|