]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: conf: Rename VIR_CONF_{U,}LONG -> VIR_CONF_{U,}LLONG
authorAndrea Bolognani <abologna@redhat.com>
Fri, 15 Jul 2016 15:36:32 +0000 (17:36 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 18 Jul 2016 13:49:57 +0000 (15:49 +0200)
commitb1cd34233d5f0c9c1d7495b48e60ea06e14c3cda
tree3a9d55d38a5c3f1714890cecfbce39aead862698
parent17b390fa85c73a67b616fcb3510a4abc3fb5e0d1
util: conf: Rename VIR_CONF_{U,}LONG -> VIR_CONF_{U,}LLONG

Since commit 6381c89f8cce, we're storing long long integers
instead of long integers. Rename the corresponding virConfType
value accordingly.
src/util/virconf.c
src/util/virconf.h
src/xenconfig/xen_common.c
tests/virconftest.c