summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoit Dejean <bdejean@gmail.com>2015-07-21 09:40:56 +0200
committerBenoƮt Dejean <bdejean@gmail.com>2015-08-08 11:00:57 +0200
commit8f2f236404f6ebb523d797d07c95850f561e3efd (patch)
treec3708af79af5b2e0e21ac7daf40cd039e93c344a
parent4e0d8192646165e8b859b7dfc3d6f53c22fb6cd4 (diff)
downloadlibgtop-8f2f236404f6ebb523d797d07c95850f561e3efd.tar.gz
No use for glibtop_machine for now, but who knows in the future.
-rw-r--r--sysdeps/linux/glibtop_machine.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/sysdeps/linux/glibtop_machine.h b/sysdeps/linux/glibtop_machine.h
index a12d7838..133d7c84 100644
--- a/sysdeps/linux/glibtop_machine.h
+++ b/sysdeps/linux/glibtop_machine.h
@@ -32,11 +32,8 @@ typedef struct _glibtop_machine glibtop_machine;
struct _glibtop_machine
{
- pid_t last_pid;
- int no_update;
- int fd_stat, fd_meminfo, fd_loadavg;
- char proc_stat [BUFSIZ], proc_statm [BUFSIZ];
- char proc_status [BUFSIZ];
+ guint64 reserved[8];
+ int reserved[8];
};
G_END_DECLS