summaryrefslogtreecommitdiff
path: root/db/repl/replset.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'db/repl/replset.cpp')
-rw-r--r--db/repl/replset.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/repl/replset.cpp b/db/repl/replset.cpp
index 55514f3751d..13ff0b15577 100644
--- a/db/repl/replset.cpp
+++ b/db/repl/replset.cpp
@@ -25,7 +25,7 @@ namespace mongo {
bool replSet = false;
ReplSet *theReplSet = 0;
- void ReplSet::updateHBInfo(const HeartbeatInfo& h) {
+ void ReplSet::msgUpdateHBInfo(HeartbeatInfo h) {
for( Member *m = _members.head(); m; m=m->next() ) {
if( m->id() == h.id() ) {
m->_hbinfo = h;