diff options
Diffstat (limited to 'src/mongo/db/repl/heartbeat.h')
-rw-r--r-- | src/mongo/db/repl/heartbeat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/repl/heartbeat.h b/src/mongo/db/repl/heartbeat.h index fc8544863d4..73527ec9b9d 100644 --- a/src/mongo/db/repl/heartbeat.h +++ b/src/mongo/db/repl/heartbeat.h @@ -33,7 +33,7 @@ namespace mongo { class BSONObj; -namespace replset { +namespace repl { /* throws */ bool requestHeartbeat(const std::string& setname, @@ -43,5 +43,5 @@ namespace replset { int myConfigVersion, int& theirConfigVersion, bool checkEmpty = false); -} // namespace replset +} // namespace repl } // namespace mongo |