summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorDwight <dwight@10gen.com>2010-10-29 13:40:42 -0400
committerDwight <dwight@10gen.com>2010-10-29 13:40:42 -0400
commit0b140039bcb7702812ac94a98a9de9e6816b8d46 (patch)
tree27de77d4ef0af045f846737a7db9438bfa8ee6c5 /util
parent13ca96d77c4d4d8d619a7b7077421ea4217eab5d (diff)
downloadmongo-0b140039bcb7702812ac94a98a9de9e6816b8d46.tar.gz
cleaning; towrads our code standards; consting; better var name
Diffstat (limited to 'util')
-rw-r--r--util/message.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/message.h b/util/message.h
index 747e75a9917..5e2f7fae8bd 100644
--- a/util/message.h
+++ b/util/message.h
@@ -98,7 +98,7 @@ namespace mongo {
// in some cases the timeout will actually be 2x this value - eg we do a partial send,
// then the timeout fires, then we try to send again, then the timeout fires again with
// no data sent, then we detect that the other side is down
- MessagingPort(double timeout = 0, int logLevel = 0 );
+ MessagingPort(double so_timeout = 0, int logLevel = 0 );
virtual ~MessagingPort();