mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
maint: clean up _virDomainBlockStats
Clean up all _virDomainBlockStats. Signed-off-by: James <james.wangyufei@huawei.com> Signed-off-by: Wang Rui <moon.wangrui@huawei.com> Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
@@ -899,7 +899,7 @@ cmdDomblkstat(vshControl *ctl, const vshCmd *cmd)
|
||||
{
|
||||
virDomainPtr dom;
|
||||
const char *name = NULL, *device = NULL;
|
||||
struct _virDomainBlockStats stats;
|
||||
virDomainBlockStatsStruct stats;
|
||||
virTypedParameterPtr params = NULL;
|
||||
virTypedParameterPtr par = NULL;
|
||||
char *value = NULL;
|
||||
|
||||
Reference in New Issue
Block a user