]> git.proxmox.com Git - mirror_qemu.git/commit - nbd/server.c
nbd: Rename NBDRequest to NBDRequestData
authorEric Blake <eblake@redhat.com>
Fri, 14 Oct 2016 18:33:05 +0000 (13:33 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 2 Nov 2016 08:28:55 +0000 (09:28 +0100)
commit315f78abfce1f12bca259e8d8a41a42efbf970d1
treeaa3e27e746febdcf16dd6153a0e09bb5d575b048
parentb626b51a6721e53817155af720243f59072e424f
nbd: Rename NBDRequest to NBDRequestData

We have both 'struct NBDRequest' and 'struct nbd_request'; making
it confusing to see which does what.  Furthermore, we want to
rename nbd_request to align with our normal CamelCase naming
conventions.  So, rename the struct which is used to associate
the data received during request callbacks, while leaving the
shorter name for the description of the request sent over the
wire in the NBD protocol.

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