linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / linux / vs_base.h
index b732600..21e29f9 100644 (file)
@@ -7,6 +7,8 @@
 
 #define vx_current_xid() vx_task_xid(current)
 
+#define current_vx_info() (current->vx_info)
+
 #define vx_check(c,m)  __vx_check(vx_current_xid(),c,m)
 
 #define vx_weak_check(c,m)     ((m) ? vx_check(c,m) : 1)