]> xenbits.xensource.com Git - libvirt.git/commit
rbd: rbd_diff_iterate2() is available in librbd since 266
authorWido den Hollander <wido@widodh.nl>
Thu, 11 Feb 2016 16:04:16 +0000 (17:04 +0100)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 12 Feb 2016 20:51:37 +0000 (15:51 -0500)
commitab342e99f6cb853cab6586ba5c4272f2fa543353
treeb86d3db5af0ee087c6dfe9edeb6d8dc7c6941480
parentb61871c06fcca5f59da1b728f04d5de8ef07aae2
rbd: rbd_diff_iterate2() is available in librbd since 266

In commit 0b15f920 there is a #ifdef which requires LIBRBD_VERSION_CODE
266 or newer for rbd_diff_iterate2()

rbd_diff_iterate2() is available since 266, so this if-statement should
require anything newer than 265.

Signed-off-by: Wido den Hollander <wido@widodh.nl>
src/storage/storage_backend_rbd.c