mirror of
https://github.com/ceph/ceph
synced 2025-02-19 08:57:27 +00:00
Merge pull request #17089 from amitkumar50/test-cov-journal-1
test/journal: Initialize member variable m_work_queue
This commit is contained in:
commit
b525fe55e3
@ -64,7 +64,7 @@ public:
|
||||
|
||||
librados::IoCtx m_ioctx;
|
||||
|
||||
ContextWQ *m_work_queue;
|
||||
ContextWQ *m_work_queue = nullptr;
|
||||
|
||||
Mutex m_timer_lock;
|
||||
SafeTimer *m_timer;
|
||||
|
Loading…
Reference in New Issue
Block a user