mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
maint: clean up _virDomainInterfaceStats
Clean up all _virDomainInterfaceStats. Signed-off-by: Wang Yufei <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:
@@ -1047,7 +1047,7 @@ cmdDomIfstat(vshControl *ctl, const vshCmd *cmd)
|
||||
{
|
||||
virDomainPtr dom;
|
||||
const char *name = NULL, *device = NULL;
|
||||
struct _virDomainInterfaceStats stats;
|
||||
virDomainInterfaceStatsStruct stats;
|
||||
bool ret = false;
|
||||
|
||||
if (!(dom = vshCommandOptDomain(ctl, cmd, &name)))
|
||||
|
||||
Reference in New Issue
Block a user