summaryrefslogtreecommitdiff
path: root/tools/tool.h
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-06-09 13:20:35 -0400
committerEliot Horowitz <eliot@10gen.com>2010-06-09 13:20:35 -0400
commita12b7073003b9a1c9d19d7fe8d238952d3141779 (patch)
treed420f832acf9a6d801bb367e63ccb559bf5dd7fc /tools/tool.h
parenteebb327db819bc0fe16fc32e8f144c2d71ca5a3c (diff)
downloadmongo-a12b7073003b9a1c9d19d7fe8d238952d3141779.tar.gz
auto-reconnect for mongostat
Diffstat (limited to 'tools/tool.h')
-rw-r--r--tools/tool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/tool.h b/tools/tool.h
index 70dd0e822f8..29dee010409 100644
--- a/tools/tool.h
+++ b/tools/tool.h
@@ -96,6 +96,7 @@ namespace mongo {
bool _usesstdout;
bool _noconnection;
+ bool _autoreconnect;
void addFieldOptions();
void needFields();