This commit adds support for the 2.1 vserver API.
[util-vserver.git] / kernel / cacct.h
diff --git a/kernel/cacct.h b/kernel/cacct.h
new file mode 100644 (file)
index 0000000..aa202cc
--- /dev/null
@@ -0,0 +1,15 @@
+#ifndef _VX_CACCT_H
+#define _VX_CACCT_H
+
+
+enum sock_acc_field {
+       VXA_SOCK_UNSPEC = 0,
+       VXA_SOCK_UNIX,
+       VXA_SOCK_INET,
+       VXA_SOCK_INET6,
+       VXA_SOCK_PACKET,
+       VXA_SOCK_OTHER,
+       VXA_SOCK_SIZE   /* array size */
+};
+
+#endif /* _VX_CACCT_H */