aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-03-10 12:17:57 +0000
committerHarald Welte <laforge@gnumonks.org>2009-03-10 12:17:57 +0000
commit68628e8479519ab49066b5b19f35a68884c6bab5 (patch)
tree75821c80a733b9b8b056bad4c788716a120c74d6 /include
parent955049f1910c3723f6d1f49c6f3fa6f4816bd479 (diff)
add VTY dumping functions for OpenBSC
Diffstat (limited to 'include')
-rw-r--r--include/vty/command.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/vty/command.h b/include/vty/command.h
index 702e8edc8..f72ea6c04 100644
--- a/include/vty/command.h
+++ b/include/vty/command.h
@@ -60,7 +60,9 @@ struct host {
/* There are some command levels which called from command node. */
enum node_type {
- SEND_NODE,
+ BTS_NODE,
+ TRX_NODE,
+ TS_NODE,
AUTH_NODE, /* Authentication mode of vty interface. */
VIEW_NODE, /* View node. Default mode of vty interface. */