This commit adds support for the 2.1 vserver API.
[util-vserver.git] / kernel / global.h
1 #ifndef _VX_GLOBAL_H
2 #define _VX_GLOBAL_H
3
4
5 extern atomic_t vx_global_ctotal;
6 extern atomic_t vx_global_cactive;
7
8 #endif /* _VX_GLOBAL_H */