root/trunk/kernel/cacct_cmd.h

Revision 2413, 252 bytes (checked in by dhozac, 2 years ago)

Update kernel headers to 2.6.19-vs2.1.x-t7.
Use the headers from make headers_install to cut down on unnecessary files/content.

Line 
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 */
Note: See TracBrowser for help on using the browser.