nbd: Rename struct nbd_request and nbd_reply
commited2dd91267a813e4ac5619a2fb53f55c005fcfa6
authorEric Blake <eblake@redhat.com>
Fri, 14 Oct 2016 18:33:07 +0000 (14 13:33 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 2 Nov 2016 08:28:55 +0000 (2 09:28 +0100)
tree1bacc4a9c5fd760451ab5ee028405990c52dad0c
parent10676b81a9a69e9660fc203e3fe7d61a80ef1089
nbd: Rename struct nbd_request and nbd_reply

Our coding convention prefers CamelCase names, and we already
have other existing structs with NBDFoo naming.  Let's be
consistent, before later patches add even more structs.

Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <1476469998-28592-6-git-send-email-eblake@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
block/nbd-client.c
block/nbd-client.h
include/block/nbd.h
nbd/client.c
nbd/server.c