summaryrefslogtreecommitdiff
path: root/src/mongo/db/vector_clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/vector_clock.h')
-rw-r--r--src/mongo/db/vector_clock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/vector_clock.h b/src/mongo/db/vector_clock.h
index 332681b3eb4..b6f58fd5e87 100644
--- a/src/mongo/db/vector_clock.h
+++ b/src/mongo/db/vector_clock.h
@@ -142,7 +142,7 @@ public:
*/
bool gossipOut(OperationContext* opCtx,
BSONObjBuilder* outMessage,
- const transport::Session::TagMask defaultClientSessionTags = 0) const;
+ transport::Session::TagMask defaultClientSessionTags = 0) const;
/**
* Read the necessary fields from inMessage in order to update the current time, based on this
@@ -152,7 +152,7 @@ public:
void gossipIn(OperationContext* opCtx,
const BSONObj& inMessage,
bool couldBeUnauthenticated,
- const transport::Session::TagMask defaultClientSessionTags = 0);
+ transport::Session::TagMask defaultClientSessionTags = 0);
/**
* Returns true if the clock is enabled and can be used. Defaults to true.