aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-03-10 12:21:45 +0000
committerHarald Welte <laforge@gnumonks.org>2009-03-10 12:21:45 +0000
commit404cdd8951647b0f9ae9021cbc04798a05282a23 (patch)
treea7d3cd93fd57961d0487f3ec631f2951334d4086 /include
parent68628e8479519ab49066b5b19f35a68884c6bab5 (diff)
make telnet interface use VTY code
Diffstat (limited to 'include')
-rw-r--r--include/openbsc/telnet_interface.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/openbsc/telnet_interface.h b/include/openbsc/telnet_interface.h
index 228b6231f..b5a0ec400 100644
--- a/include/openbsc/telnet_interface.h
+++ b/include/openbsc/telnet_interface.h
@@ -25,6 +25,8 @@
#include "linuxlist.h"
#include "select.h"
+#include <vty/vty.h>
+
#define TELNET_COMMAND_48 1
#define TELNET_COMMAND_11 2
@@ -32,6 +34,8 @@ struct telnet_connection {
struct llist_head entry;
struct gsm_network *network;
struct bsc_fd fd;
+ struct vty *vty;
+
int bts;
int command;