vshost-util-vserver

Build script and sources for util-vserver.
git clone https://ccx.te2000.cz/git/vshost-util-vserver
Log | Files | Refs

cacct_cmd.h (252B)


      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 */