diff options
Diffstat (limited to 'cpp/src/qpid/asyncStore/jrnl2/AsyncJournal.h')
-rw-r--r-- | cpp/src/qpid/asyncStore/jrnl2/AsyncJournal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/asyncStore/jrnl2/AsyncJournal.h b/cpp/src/qpid/asyncStore/jrnl2/AsyncJournal.h index 845d131a49..0cb1a5ed00 100644 --- a/cpp/src/qpid/asyncStore/jrnl2/AsyncJournal.h +++ b/cpp/src/qpid/asyncStore/jrnl2/AsyncJournal.h @@ -224,7 +224,7 @@ public: */ void processCompletedAioWriteEvents(const double timeout = 0.0); -protected: +private: std::string m_jrnlId; ///< Identifier for this journal instance (JID), typically queue name. JournalDirectory m_jrnlDir; ///< Directory in which this journal is deployed. std::string m_baseFileName; ///< Base file name used for all journal files belonging to this instance. |