No use for glibtop_machine for now, but who knows in the future.
This commit is contained in:
committed by
Benoît Dejean
parent
4e0d819264
commit
8f2f236404
@@ -32,11 +32,8 @@ typedef struct _glibtop_machine glibtop_machine;
|
|||||||
|
|
||||||
struct _glibtop_machine
|
struct _glibtop_machine
|
||||||
{
|
{
|
||||||
pid_t last_pid;
|
guint64 reserved[8];
|
||||||
int no_update;
|
int reserved[8];
|
||||||
int fd_stat, fd_meminfo, fd_loadavg;
|
|
||||||
char proc_stat [BUFSIZ], proc_statm [BUFSIZ];
|
|
||||||
char proc_status [BUFSIZ];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
Reference in New Issue
Block a user