Skip to content

Commit

Permalink
compile *nix
Browse files Browse the repository at this point in the history
  • Loading branch information
erh committed Jul 18, 2011
1 parent f8a3803 commit 5060fd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions db/repl/health.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ namespace mongo {
bool isDefault() const { return *this == HealthOptions(); }

// see http://www.mongodb.org/display/DOCS/Replica+Set+Internals
const unsigned heartbeatSleepMillis;
const unsigned heartbeatTimeoutMillis;
const unsigned heartbeatConnRetries ;
unsigned heartbeatSleepMillis;
unsigned heartbeatTimeoutMillis;
unsigned heartbeatConnRetries ;

void check() {
uassert(13112, "bad replset heartbeat option", heartbeatSleepMillis >= 10);
Expand Down

0 comments on commit 5060fd5

Please sign in to comment.