summaryrefslogtreecommitdiff
path: root/src/mongo/s/transaction_router.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/transaction_router.h')
-rw-r--r--src/mongo/s/transaction_router.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/s/transaction_router.h b/src/mongo/s/transaction_router.h
index 3b360b1eb6f..e0f0a1eb8e0 100644
--- a/src/mongo/s/transaction_router.h
+++ b/src/mongo/s/transaction_router.h
@@ -89,6 +89,8 @@ public:
// Only set for transactions with snapshot level read concern.
boost::optional<LogicalTime> atClusterTime;
+
+ bool isInternalTransactionForRetryableWrite;
};
/**