Add support for the various new APIs in 2.2 and 2.3, in particular, netv2.
[util-vserver.git] / kernel / cacct_cmd.h
1 #ifndef _VX_CACCT_CMD_H
2 #define _VX_CACCT_CMD_H
3
4
5 /* virtual host info name commands */
6
7 #define VCMD_sock_stat          VC_CMD(VSTAT, 5, 0)
8
9 struct  vcmd_sock_stat_v0 {
10         uint32_t field;
11         uint32_t count[3];
12         uint64_t total[3];
13 };
14
15
16 #endif  /* _VX_CACCT_CMD_H */