summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2008-09-23 04:31:13 +0000
committerHisham Muhammad <hisham@gobolinux.org>2008-09-23 04:31:13 +0000
commita5dfaa23932a6bac1463dda677a51cfc37928ba4 (patch)
tree1f6d3c800ca4fda2db0eb2baaa994517bd71c486 /Process.h
parent6beb27d803abfca36fe731c575151cd1891b5b04 (diff)
Add Linux-VServer support,
contributed by Jonathan Sambrook and Benedikt Bohm
Diffstat (limited to 'Process.h')
-rw-r--r--Process.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Process.h b/Process.h
index 204ccfbf..3cac7311 100644
--- a/Process.h
+++ b/Process.h
@@ -51,6 +51,9 @@ typedef enum ProcessField_ {
#ifdef HAVE_OPENVZ
VEID, VPID,
#endif
+ #ifdef HAVE_VSERVER
+ VXID,
+ #endif
#ifdef HAVE_TASKSTATS
RCHAR, WCHAR, SYSCR, SYSCW, RBYTES, WBYTES, CNCLWB, IO_READ_RATE, IO_WRITE_RATE, IO_RATE,
#endif
@@ -126,6 +129,9 @@ typedef struct Process_ {
unsigned int veid;
unsigned int vpid;
#endif
+ #ifdef HAVE_VSERVER
+ unsigned int vxid;
+ #endif
#ifdef HAVE_TASKSTATS
unsigned long long io_rchar;
unsigned long long io_wchar;

© 2014-2024 Faster IT GmbH | imprint | privacy policy