Make linux build with server.

Add suid infrastructure.
Demo proc_map.
This commit is contained in:
Benoît Dejean
2018-02-17 10:21:30 +01:00
parent cab8791fdd
commit ec662d01da
7 changed files with 150 additions and 6 deletions

View File

@@ -28,6 +28,10 @@ G_BEGIN_DECLS
struct _glibtop_machine
{
uid_t uid;
uid_t euid;
gid_t gid;
gid_t egid;
};
G_END_DECLS