This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / linux / vs_base.h
index 52096ed..4f04513 100644 (file)
@@ -3,6 +3,15 @@
 
 #include "vserver/context.h"
 
+// #define VX_DEBUG
+
+
+#if defined(VX_DEBUG)
+#define vxdprintk(x...) printk("vxd: " x)
+#else
+#define vxdprintk(x...)
+#endif
+
 
 #define vx_task_xid(t) ((t)->xid)