aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/telnet_interface.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-03-26 21:28:59 +0800
committerHarald Welte <laforge@gnumonks.org>2010-03-26 21:31:43 +0800
commitdc5062b1850089021199abd686a802b59bed7c46 (patch)
tree45baddefdeb32fee2d29486277b99ff785ff4187 /openbsc/include/openbsc/telnet_interface.h
parentb464fb4a8958848273da05505b64f3074430b80f (diff)
move log/debug codebase to libosmocore
The logging/debugging code is generic enough to move it into libosmocore while keeping OpenBSC specific definitions in openbsc itself. This commit uses the logging support present in libosmocore-0.1.2, you will have to update your library to this version.
Diffstat (limited to 'openbsc/include/openbsc/telnet_interface.h')
-rw-r--r--openbsc/include/openbsc/telnet_interface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/include/openbsc/telnet_interface.h b/openbsc/include/openbsc/telnet_interface.h
index 20e794b49..b8c36b6a1 100644
--- a/openbsc/include/openbsc/telnet_interface.h
+++ b/openbsc/include/openbsc/telnet_interface.h
@@ -22,7 +22,7 @@
#define TELNET_INTERFACE_H
#include "gsm_data.h"
-#include "debug.h"
+#include <openbsc/debug.h>
#include <osmocore/select.h>
#include <vty/vty.h>
@@ -32,7 +32,7 @@ struct telnet_connection {
struct gsm_network *network;
struct bsc_fd fd;
struct vty *vty;
- struct debug_target *dbg;
+ struct log_target *dbg;
};