From 2970cae5436c1e38a98661da3d59c3371051d606 Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Wed, 30 Sep 2020 23:46:52 +0200 Subject: Handle parsing envID & VPid from process status file Fixes #55 Fixes #192 --- linux/LinuxProcess.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux/LinuxProcess.h') diff --git a/linux/LinuxProcess.h b/linux/LinuxProcess.h index 4b2386e9..c1eb0ed5 100644 --- a/linux/LinuxProcess.h +++ b/linux/LinuxProcess.h @@ -122,8 +122,8 @@ typedef struct LinuxProcess_ { double io_rate_write_bps; #endif #ifdef HAVE_OPENVZ - unsigned int ctid; - unsigned int vpid; + char* ctid; + pid_t vpid; #endif #ifdef HAVE_VSERVER unsigned int vxid; -- cgit v1.2.3