This commit was generated by cvs2svn to compensate for changes in r2562,
[util-vserver.git] / kernel / cacct_cmd.h
diff --git a/kernel/cacct_cmd.h b/kernel/cacct_cmd.h
new file mode 100644 (file)
index 0000000..6a697c7
--- /dev/null
@@ -0,0 +1,16 @@
+#ifndef _VX_CACCT_CMD_H
+#define _VX_CACCT_CMD_H
+
+
+/* virtual host info name commands */
+
+#define VCMD_sock_stat         VC_CMD(VSTAT, 5, 0)
+
+struct vcmd_sock_stat_v0 {
+       uint32_t field;
+       uint32_t count[3];
+       uint64_t total[3];
+};
+
+
+#endif /* _VX_CACCT_CMD_H */