summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/mobile/mobile_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/mobile/mobile_util.h')
-rw-r--r--src/mongo/db/storage/mobile/mobile_util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/storage/mobile/mobile_util.h b/src/mongo/db/storage/mobile/mobile_util.h
index d96e32a076c..93ca3fdd51d 100644
--- a/src/mongo/db/storage/mobile/mobile_util.h
+++ b/src/mongo/db/storage/mobile/mobile_util.h
@@ -31,6 +31,7 @@
#include "mongo/base/status.h"
#include "mongo/db/operation_context.h"
+#include "mongo/db/storage/mobile/mobile_options.h"
#include "mongo/db/storage/record_store.h"
#define MOBILE_LOG_LEVEL_LOW 2
@@ -69,7 +70,7 @@ void doValidate(OperationContext* opCtx, ValidateResults* results);
* Sets the SQLite Pragmas that we want (https://www.sqlite.org/pragma.html)
* These should generally improve behavior, performance, and resource usage
*/
-void configureSession(sqlite3* session);
+void configureSession(sqlite3* session, const MobileOptions& options);
} // namespace embedded
} // namespace mongo