summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rollback_checker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/rollback_checker.h')
-rw-r--r--src/mongo/db/repl/rollback_checker.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mongo/db/repl/rollback_checker.h b/src/mongo/db/repl/rollback_checker.h
index d1c6ea5bc5c..17d8d8d0d08 100644
--- a/src/mongo/db/repl/rollback_checker.h
+++ b/src/mongo/db/repl/rollback_checker.h
@@ -92,10 +92,10 @@ public:
// Synchronously calls reset and returns the Status of the command.
Status reset_sync();
- // ================== Test Support API ===================
-
// Returns the current baseline rbid.
- int getBaseRBID_forTest();
+ int getBaseRBID();
+
+ // ================== Test Support API ===================
// Returns the last rbid seen.
int getLastRBID_forTest();