On Fri, May 11, 2018 at 06:16:55PM +0200, Katerina Koukiou wrote:
Follow this pattern even if negative values will not
appear, in order to be consistent with libvirt APIs.
Signed-off-by: Katerina Koukiou <kkoukiou(a)redhat.com>
---
Added type change for MemoryStats
data/org.libvirt.Connect.xml | 18 +++++++++---------
data/org.libvirt.Domain.xml | 18 +++++++++---------
data/org.libvirt.Network.xml | 2 +-
data/org.libvirt.Secret.xml | 2 +-
data/org.libvirt.StoragePool.xml | 2 +-
src/connect.c | 6 +++---
src/domain.c | 22 +++++++++++-----------
src/events.c | 12 ++++++------
src/network.c | 4 ++--
src/secret.c | 2 +-
src/storagepool.c | 2 +-
11 files changed, 45 insertions(+), 45 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>