Merge pull request #17089 from amitkumar50/test-cov-journal-1

test/journal: Initialize member variable m_work_queue
This commit is contained in:
Sage Weil 2017-12-29 13:37:24 -06:00 committed by GitHub
commit b525fe55e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;