diff options
author | lloyd <[email protected]> | 2006-07-02 14:30:29 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-07-02 14:30:29 +0000 |
commit | 58083678efb84913d8daeab20e37609966308826 (patch) | |
tree | c079ef17817b00791e80b6c639e0f7e38f0adaca /include/init.h | |
parent | c36e79af0a4df9f71189918040545146ebac365e (diff) |
Respect the secure_memory config option
Diffstat (limited to 'include/init.h')
-rw-r--r-- | include/init.h | 1 |
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&); |