File: cacct_cmd.h

package info (click to toggle)
util-vserver 0.30.216-pre3054-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 10,556 kB
  • ctags: 3,909
  • sloc: ansic: 23,121; sh: 16,905; xml: 1,972; makefile: 383; python: 301; perl: 85; awk: 4
file content (16 lines) | stat: -rw-r--r-- 252 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 */