]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: rbd: Fix build
authorPeter Krempa <pkrempa@redhat.com>
Tue, 29 Mar 2016 06:50:30 +0000 (08:50 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 29 Mar 2016 06:51:33 +0000 (08:51 +0200)
commit98033a8b9482df7cc6c9295b6cce43a71fa16269
tree19afdaf77e8c8cad85614deac8ab857fa5cff10c
parent33a1a7c6f5cae8f7682af98722630b554771ae62
storage: rbd: Fix build

After the recent commits the build didn't work for me. Fix it by
using size_t as the callback argument is using and the correct
formatter. The attempted fixup to use %llu as a formatter was wrong.
src/storage/storage_backend_rbd.c