summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@src.gnome.org>2004-07-15 20:54:57 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2004-07-15 20:54:57 +0000
commitb1c611c7fcc266c3efe2caa4631b5632e3a45899 (patch)
treee0e8929053a57c59aca591fd4f936640f60e6dc8 /include
parent18abf86346ddfad15040e491573f7251cd4d4cb8 (diff)
downloadlibgtop-b1c611c7fcc266c3efe2caa4631b5632e3a45899.tar.gz
Added GLIBTOP_PROCESS_DEAD constant.
* include/glibtop/procstate.h: Added GLIBTOP_PROCESS_DEAD constant.
Diffstat (limited to 'include')
-rw-r--r--include/glibtop/procstate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/glibtop/procstate.h b/include/glibtop/procstate.h
index 01748684..d4c19fe8 100644
--- a/include/glibtop/procstate.h
+++ b/include/glibtop/procstate.h
@@ -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;