From: Planet-Lab Support Date: Wed, 13 Dec 2006 17:55:49 +0000 (+0000) Subject: This commit was manufactured by cvs2svn to create branch 'vserver'. X-Git-Tag: fedora-2_6_18-1_2255_FC5-vs2_0_2_2-rc9~2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=bef9ea3086d47cf98cfd0ea389953a0af0b60114;p=linux-2.6.git This commit was manufactured by cvs2svn to create branch 'vserver'. --- diff --git a/include/linux/vserver/cacct.h b/include/linux/vserver/cacct.h new file mode 100644 index 000000000..aa202ccdc --- /dev/null +++ b/include/linux/vserver/cacct.h @@ -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 */