aboutsummaryrefslogtreecommitdiffstats
path: root/include/init.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-07-02 14:30:29 +0000
committerlloyd <[email protected]>2006-07-02 14:30:29 +0000
commit58083678efb84913d8daeab20e37609966308826 (patch)
treec079ef17817b00791e80b6c639e0f7e38f0adaca /include/init.h
parentc36e79af0a4df9f71189918040545146ebac365e (diff)
Respect the secure_memory config option
Diffstat (limited to 'include/init.h')
-rw-r--r--include/init.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/init.h b/include/init.h
index f00f97f9e..82a7fe278 100644
--- a/include/init.h
+++ b/include/init.h
@@ -20,6 +20,7 @@ class InitializerOptions
bool thread_safe() const;
bool use_engines() const;
bool seed_rng() const;
+ bool secure_memory() const;
std::string config_file() const;
InitializerOptions(const std::string&);