Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / include / linux / vserver / cvirt_def.h
index c368c2e..23aa246 100644 (file)
@@ -8,8 +8,6 @@
 #include <linux/time.h>
 #include <asm/atomic.h>
 
-#include "cacct.h"
-
 
 struct _vx_usage_stat {
        uint64_t user;
@@ -58,6 +56,8 @@ struct _vx_cvirt {
 
        atomic_t total_forks;           /* number of forks so far */
 
+       struct _vx_usage_stat cpustat[NR_CPUS];
+
        struct _vx_syslog syslog;
 };
 
@@ -71,7 +71,7 @@ struct _vx_sock_acc {
 struct _vx_cacct {
        unsigned long total_forks;
 
-       struct _vx_sock_acc sock[VXA_SOCK_SIZE][3];
+       struct _vx_sock_acc sock[5][3];
 };
 
 #endif /* _VX_CVIRT_DEF_H */