summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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