X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=kernel%2Fcvirt_cmd.h;fp=kernel%2Fcvirt_cmd.h;h=0000000000000000000000000000000000000000;hb=db5ef3f969fc6ad34aeb5903e44d0049b2e50791;hp=73b72c130fe551b6db83a4429ea6715bd8afbe86;hpb=95e2774070e989fe9cf9f48dae5fa054e55e2a3e;p=util-vserver.git diff --git a/kernel/cvirt_cmd.h b/kernel/cvirt_cmd.h deleted file mode 100644 index 73b72c1..0000000 --- a/kernel/cvirt_cmd.h +++ /dev/null @@ -1,41 +0,0 @@ -#ifndef _VX_CVIRT_CMD_H -#define _VX_CVIRT_CMD_H - - -/* virtual host info name commands */ - -#define VCMD_set_vhi_name VC_CMD(VHOST, 1, 0) -#define VCMD_get_vhi_name VC_CMD(VHOST, 2, 0) - -struct vcmd_vhi_name_v0 { - uint32_t field; - char name[65]; -}; - - -enum vhi_name_field { - VHIN_CONTEXT=0, - VHIN_SYSNAME, - VHIN_NODENAME, - VHIN_RELEASE, - VHIN_VERSION, - VHIN_MACHINE, - VHIN_DOMAINNAME, -}; - - - -#define VCMD_virt_stat VC_CMD(VSTAT, 3, 0) - -struct vcmd_virt_stat_v0 { - uint64_t offset; - uint64_t uptime; - uint32_t nr_threads; - uint32_t nr_running; - uint32_t nr_uninterruptible; - uint32_t nr_onhold; - uint32_t nr_forks; - uint32_t load[3]; -}; - -#endif /* _VX_CVIRT_CMD_H */