diff options
author | Eric Blake <eblake@redhat.com> | 2016-10-14 13:33:05 -0500 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2016-11-02 09:28:55 +0100 |
commit | 315f78abfce1f12bca259e8d8a41a42efbf970d1 (patch) | |
tree | aa3e27e746febdcf16dd6153a0e09bb5d575b048 /disas | |
parent | b626b51a6721e53817155af720243f59072e424f (diff) | |
download | qemu-315f78abfce1f12bca259e8d8a41a42efbf970d1.zip qemu-315f78abfce1f12bca259e8d8a41a42efbf970d1.tar.gz qemu-315f78abfce1f12bca259e8d8a41a42efbf970d1.tar.bz2 |
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>
Diffstat (limited to 'disas')
0 files changed, 0 insertions, 0 deletions