From ed2dd91267a813e4ac5619a2fb53f55c005fcfa6 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Fri, 14 Oct 2016 13:33:07 -0500 Subject: 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 Message-Id: <1476469998-28592-6-git-send-email-eblake@redhat.com> Signed-off-by: Paolo Bonzini --- block/nbd-client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'block/nbd-client.h') diff --git a/block/nbd-client.h b/block/nbd-client.h index d86dd22e35..51be419405 100644 --- a/block/nbd-client.h +++ b/block/nbd-client.h @@ -29,7 +29,7 @@ typedef struct NBDClientSession { int in_flight; Coroutine *recv_coroutine[MAX_NBD_REQUESTS]; - struct nbd_reply reply; + NBDReply reply; bool is_unix; } NBDClientSession; -- cgit v1.2.3