mirror of
https://github.com/ceph/ceph
synced 2025-02-21 01:47:25 +00:00
Merge pull request #6771 from dillaman/wip-backtrace-fixes
common: re-enable backtrace support Reviewed-by: Loic Dachary <ldachary@redhat.com>
This commit is contained in:
commit
e5c9e20a16
@ -1,6 +1,7 @@
|
||||
#ifndef CEPH_BACKTRACE_H
|
||||
#define CEPH_BACKTRACE_H
|
||||
|
||||
#include "acconfig.h"
|
||||
#include <iosfwd>
|
||||
#ifdef HAVE_EXECINFO_H
|
||||
#include <execinfo.h>
|
||||
@ -24,6 +25,7 @@ struct BackTrace {
|
||||
#else
|
||||
skip = 0;
|
||||
size = 0;
|
||||
strings = nullptr;
|
||||
#endif
|
||||
}
|
||||
~BackTrace() {
|
||||
|
Loading…
Reference in New Issue
Block a user