This commit adds support for the 2.1 vserver API.
[util-vserver.git] / kernel / global.h
diff --git a/kernel/global.h b/kernel/global.h
new file mode 100644 (file)
index 0000000..b8016f7
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef _VX_GLOBAL_H
+#define _VX_GLOBAL_H
+
+
+extern atomic_t vx_global_ctotal;
+extern atomic_t vx_global_cactive;
+
+#endif /* _VX_GLOBAL_H */