nbd: Another libnbd version bump
commitd5b6da9be6f8009a334da72469072b35fe435e70
authorEric Blake <eblake@redhat.com>
Wed, 14 Aug 2019 23:59:13 +0000 (14 18:59 -0500)
committerEric Blake <eblake@redhat.com>
Thu, 15 Aug 2019 14:24:20 +0000 (15 09:24 -0500)
tree61d9cb0a8e2894e2418ddaf8d71ba87ebf433f42
parent3556f9bf14adea47163d6cf3afc2fe03e9df538d
nbd: Another libnbd version bump

The 0.9.8 release breaks API, requiring a number of changes:
- Use symbolic constants instead of magic numbers/open-coded strings
  (well, the string for "base:allocation" was present before this
  libnbd bump)
- Change callbacks to drop the valid_flag parameter
- Add _is to nbd_read_only call
- Drop the _callback suffix on nbd_aio_FOO calls
- Add a struct for managing callback/user_data at once

Signed-off-by: Eric Blake <eblake@redhat.com>
README
configure.ac
plugins/nbd/nbd.c