diff options
author | Eliot Horowitz <eliot@10gen.com> | 2010-06-09 13:20:35 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2010-06-09 13:20:35 -0400 |
commit | a12b7073003b9a1c9d19d7fe8d238952d3141779 (patch) | |
tree | d420f832acf9a6d801bb367e63ccb559bf5dd7fc /tools/tool.h | |
parent | eebb327db819bc0fe16fc32e8f144c2d71ca5a3c (diff) | |
download | mongo-a12b7073003b9a1c9d19d7fe8d238952d3141779.tar.gz |
auto-reconnect for mongostat
Diffstat (limited to 'tools/tool.h')
-rw-r--r-- | tools/tool.h | 1 |
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(); |