summaryrefslogtreecommitdiffstats
path: root/src/panic.c
diff options
context:
space:
mode:
authorPablo Neira Ayuso2011-03-23 18:08:08 +0100
committerHarald Welte2011-03-23 18:08:08 +0100
commitfba495e5f6084800c076e0ecae990ed9e6483530 (patch)
tree0f9513f0f54bd01ccfdceb172b4fe14b3cabd16b /src/panic.c
parentvty: integration with logging framework (diff)
downloadlibosmocore-fba495e5f6084800c076e0ecae990ed9e6483530.tar.gz
libosmocore-fba495e5f6084800c076e0ecae990ed9e6483530.tar.xz
libosmocore-fba495e5f6084800c076e0ecae990ed9e6483530.zip
This patch moves the GSM-specific functions to the new library
libosmogsm which is provided by libosmocore. I have also moved generate_backtrace() to backtrace.c instead of gsm_utils.c, otherwise the timer and msgfile tests depend on libosmogsm. Signed-off-by: Pablo Neira Ayuso <pablo@gnumonks.org>
Diffstat (limited to 'src/panic.c')
-rw-r--r--src/panic.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panic.c b/src/panic.c
index 5fb7b56..21e8fd5 100644
--- a/src/panic.c
+++ b/src/panic.c
@@ -22,6 +22,7 @@
#include <osmocore/gsm_utils.h>
#include <osmocore/panic.h>
+#include <osmocore/backtrace.h>
#include "../config.h"