nbd: s/nbd_/nbdplug_/
commitaa0a1cf0187d21404f23e39b518f23b6be881107
authorEric Blake <eblake@redhat.com>
Sat, 25 May 2019 20:40:07 +0000 (25 15:40 -0500)
committerEric Blake <eblake@redhat.com>
Wed, 12 Jun 2019 19:29:00 +0000 (12 14:29 -0500)
treec2a4ff00882a7e24eaaf4f7f7f2c06310768be1c
parentf119863c234485d0431b56bd90a67ca5aafa6438
nbd: s/nbd_/nbdplug_/

libnbd uses the 'nbd_' prefix for its public functions, many of which
clash with our internal uses. In order to compile with -lnbd, we need
to rename our internal functions. No semantic change, although to test
it, configure.ac now makes an actual decision on which of the two .c
files to compile based on the presence of libnbd.

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