*** empty log message ***
This commit is contained in:
@@ -573,29 +573,29 @@ Declaration of @code{glibtop_proc_uid} in @file{<glibtop/procuid.h>}:
|
|||||||
|
|
||||||
@example
|
@example
|
||||||
@cartouche
|
@cartouche
|
||||||
typedef struct _glibtop_proc_uid glibtop_proc_uid;
|
typedef struct _glibtop_proc_uid glibtop_proc_uid;
|
||||||
|
|
||||||
struct _glibtop_proc_uid
|
struct _glibtop_proc_uid
|
||||||
@{
|
@{
|
||||||
u_int64_t flags;
|
u_int64_t flags;
|
||||||
int uid,
|
int uid,
|
||||||
euid,
|
euid,
|
||||||
gid,
|
gid,
|
||||||
egid,
|
egid,
|
||||||
suid,
|
suid,
|
||||||
sgid,
|
sgid,
|
||||||
fsuid,
|
fsuid,
|
||||||
fsgid,
|
fsgid,
|
||||||
pid,
|
pid,
|
||||||
ppid,
|
ppid,
|
||||||
pgrp,
|
pgrp,
|
||||||
session,
|
session,
|
||||||
tty,
|
tty,
|
||||||
tpgid,
|
tpgid,
|
||||||
priority,
|
priority,
|
||||||
nice,
|
nice,
|
||||||
ngroups,
|
ngroups,
|
||||||
groups [GLIBTOP_MAX_GROUPS];
|
groups [GLIBTOP_MAX_GROUPS];
|
||||||
@};
|
@};
|
||||||
@end cartouche
|
@end cartouche
|
||||||
@end example
|
@end example
|
||||||
|
Reference in New Issue
Block a user