diff options
Diffstat (limited to 'src/mongo/db/repl/repl_settings.h')
-rw-r--r-- | src/mongo/db/repl/repl_settings.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mongo/db/repl/repl_settings.h b/src/mongo/db/repl/repl_settings.h index 5c1e6032acc..1ce5fa6b4dc 100644 --- a/src/mongo/db/repl/repl_settings.h +++ b/src/mongo/db/repl/repl_settings.h @@ -51,7 +51,10 @@ class ReplSettings { public: SlaveTypes slave; - /** true means we are master and doing replication. if we are not writing to oplog, this won't be true. */ + /** + * true means we are master and doing replication. if we are not writing to oplog, this won't + * be true. + */ bool master; bool fastsync; |