summaryrefslogtreecommitdiffstats
path: root/src/mds/CDentry.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/mds/CDentry.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mds/CDentry.h b/src/mds/CDentry.h
index 4cbf24f0c..a0aa02ab3 100644
--- a/src/mds/CDentry.h
+++ b/src/mds/CDentry.h
@@ -377,6 +377,8 @@ public:
mempool::mds_co::map<client_t,ClientLease*> client_lease_map;
std::map<int, std::unique_ptr<BatchOp>> batch_ops;
+ ceph_tid_t reintegration_reqid = 0;
+
protected:
friend class Migrator;