diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-07-15 13:20:36 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-08-12 16:28:10 +0000 |
commit | 43074891479b4883645b06c4cc5341469d9cd9cd (patch) | |
tree | 64ef46421d272b30585c560fbe9807187319363f /src/common/util.h | |
parent | Merge pull request #4094 (diff) | |
download | monero-43074891479b4883645b06c4cc5341469d9cd9cd.tar.xz |
wallet: disable core dumps on startup in release mode
Diffstat (limited to 'src/common/util.h')
-rw-r--r-- | src/common/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/util.h b/src/common/util.h index a57a85fee..b98a83bf6 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -149,6 +149,8 @@ namespace tools bool sanitize_locale(); + bool disable_core_dumps(); + bool on_startup(); /*! \brief Defines a signal handler for win32 and *nix |