From 384514998c0b38799e1f40392c8427f3de5eee03 Mon Sep 17 00:00:00 2001 From: Aaron Date: Mon, 2 Feb 2009 09:53:01 -0500 Subject: Make arbitration smarter -- arbiter forwards negotiate request to paired node --- db/replset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db/replset.h') diff --git a/db/replset.h b/db/replset.h index c323224c974..795dbc5193c 100644 --- a/db/replset.h +++ b/db/replset.h @@ -86,7 +86,7 @@ namespace mongo { void setMaster(int n, const char *_comment = ""); /* negotiate with our peer who is master */ - void negotiate(DBClientConnection *conn); + void negotiate(DBClientConnection *conn, string method); /* peer unreachable, try our arbitrator */ void arbitrate(); -- cgit v1.2.1