summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/oplog.h')
-rw-r--r--src/mongo/db/repl/oplog.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mongo/db/repl/oplog.h b/src/mongo/db/repl/oplog.h
index d23f689e2b4..eaac4f4eadc 100644
--- a/src/mongo/db/repl/oplog.h
+++ b/src/mongo/db/repl/oplog.h
@@ -91,10 +91,10 @@ struct OplogLink {
* Similarly, the "postImageOpTime" field will only be set if the given oplogLink.postImageOpTime is
* not null.
*/
-void appendRetryableWriteInfo(OperationContext* opCtx,
- MutableOplogEntry* oplogEntry,
- OplogLink* oplogLink,
- StmtId stmtId);
+void appendOplogEntryChainInfo(OperationContext* opCtx,
+ MutableOplogEntry* oplogEntry,
+ OplogLink* oplogLink,
+ StmtId stmtId);
/**
* Create a new capped collection for the oplog if it doesn't yet exist.