mirror of
https://github.com/ceph/ceph
synced 2025-02-19 17:08:05 +00:00
Merge pull request #17135 from amitkumar50/cov-tools-1
tools: Initialization of *server, command variables Reviewed-by: Sage Weil <sage@redhat.com>
This commit is contained in:
commit
26665c37fd
@ -159,11 +159,11 @@ private:
|
||||
struct IOContext
|
||||
{
|
||||
xlist<IOContext*>::item item;
|
||||
NBDServer *server;
|
||||
NBDServer *server = nullptr;
|
||||
struct nbd_request request;
|
||||
struct nbd_reply reply;
|
||||
bufferlist data;
|
||||
int command;
|
||||
int command = 0;
|
||||
|
||||
IOContext()
|
||||
: item(this)
|
||||
|
Loading…
Reference in New Issue
Block a user