Added GLIBTOP_PROCESS_DEAD constant.

* include/glibtop/procstate.h: Added GLIBTOP_PROCESS_DEAD constant.
This commit is contained in:
Benoît Dejean
2004-07-15 20:54:57 +00:00
parent 18abf86346
commit b1c611c7fc
2 changed files with 5 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ G_BEGIN_DECLS
#define GLIBTOP_PROCESS_ZOMBIE 8
#define GLIBTOP_PROCESS_STOPPED 16
#define GLIBTOP_PROCESS_SWAPPING 32
#define GLIBTOP_PROCESS_DEAD 64
typedef struct _glibtop_proc_state glibtop_proc_state;