~ubuntu-branches/ubuntu/karmic/htop/karmic

« back to all changes in this revision

Viewing changes to Process.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2008-11-11 04:15:57 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20081111041557-jwylxzcj2p11rcfo
Tags: 0.8.1-0ubuntu1
New upstream release (LP: #273943)

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
   #ifdef HAVE_OPENVZ
52
52
   VEID, VPID,
53
53
   #endif
 
54
   #ifdef HAVE_VSERVER
 
55
   VXID,
 
56
   #endif
54
57
   #ifdef HAVE_TASKSTATS
55
58
   RCHAR, WCHAR, SYSCR, SYSCW, RBYTES, WBYTES, CNCLWB, IO_READ_RATE, IO_WRITE_RATE, IO_RATE,
56
59
   #endif
126
129
   unsigned int veid;
127
130
   unsigned int vpid;
128
131
   #endif
 
132
   #ifdef HAVE_VSERVER
 
133
   unsigned int vxid;
 
134
   #endif
129
135
   #ifdef HAVE_TASKSTATS
130
136
   unsigned long long io_rchar;
131
137
   unsigned long long io_wchar;