mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Handle parsing envID & VPid from process status file
Fixes #55 Fixes #192
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user