util-vserver 0.30.214
[util-vserver.git] / kernel / tag_cmd.h
diff --git a/kernel/tag_cmd.h b/kernel/tag_cmd.h
new file mode 100644 (file)
index 0000000..27ef60b
--- /dev/null
@@ -0,0 +1,14 @@
+#ifndef _VX_TAG_CMD_H
+#define _VX_TAG_CMD_H
+
+
+/* vinfo commands */
+
+#define VCMD_task_tag          VC_CMD(VINFO, 3, 0)
+
+
+/* context commands */
+
+#define VCMD_tag_migrate       VC_CMD(TAGMIG, 1, 0)
+
+#endif /* _VX_TAG_CMD_H */