summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/fsync_locked.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/fsync_locked.h')
-rw-r--r--src/mongo/db/commands/fsync_locked.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mongo/db/commands/fsync_locked.h b/src/mongo/db/commands/fsync_locked.h
index b5d4ccffd09..89e8f8c55ba 100644
--- a/src/mongo/db/commands/fsync_locked.h
+++ b/src/mongo/db/commands/fsync_locked.h
@@ -33,14 +33,14 @@
namespace mongo {
/**
-* Returns true if mongod is currently fsyncLocked.
-*/
+ * Returns true if mongod is currently fsyncLocked.
+ */
bool lockedForWriting();
/**
-* Sets the implementation for lockedForWriting(). Should be done once during startup in a
-* MONGO_INITIALIZER.
-*/
+ * Sets the implementation for lockedForWriting(). Should be done once during startup in a
+ * MONGO_INITIALIZER.
+ */
void setLockedForWritingImpl(std::function<bool()> impl);
} // namespace mongo