summaryrefslogtreecommitdiff
path: root/src/mds/LogSegment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mds/LogSegment.h')
-rw-r--r--src/mds/LogSegment.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mds/LogSegment.h b/src/mds/LogSegment.h
index 723267da116..624c3bc2395 100644
--- a/src/mds/LogSegment.h
+++ b/src/mds/LogSegment.h
@@ -56,6 +56,7 @@ class LogSegment {
map<int, hash_set<version_t> > pending_commit_tids; // mdstable
set<metareqid_t> uncommitted_masters;
+ set<dirfrag_t> uncommitted_fragments;
// client request ids
map<int, tid_t> last_client_tids;