No use for glibtop_machine for now, but who knows in the future.

This commit is contained in:
Benoit Dejean
2015-07-21 09:40:56 +02:00
committed by Benoît Dejean
parent 4e0d819264
commit 8f2f236404

View File

@@ -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