diff options
author | luigi1111 <luigi1111w@gmail.com> | 2018-08-15 17:15:49 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2018-08-15 17:15:49 -0500 |
commit | 1d2c08610bb9437174fa393c3f739ee6228fb4aa (patch) | |
tree | 42a301b30a2490fb6a9cc3e27aa4ee8fca52edde /src/common/util.h | |
parent | Merge pull request #4130 (diff) | |
parent | wallet: disable core dumps on startup in release mode (diff) | |
download | monero-1d2c08610bb9437174fa393c3f739ee6228fb4aa.tar.xz |
Merge pull request #4136
4307489 wallet: disable core dumps on startup in release mode (moneromooo-monero)
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 6ec901e7f..8815232e2 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 |