aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/vty
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-08-07 00:32:41 +0200
committerHarald Welte <laforge@gnumonks.org>2009-08-07 00:32:41 +0200
commit2477d93c6e2fbda33e423f5514d591ea64da1685 (patch)
tree7be8be70993dee3f3182bc88f60b26de52478d31 /openbsc/include/vty
parent65da9125dfacf160b774f7ef5b818eb19f059735 (diff)
switch vty implementation over to talloc
Diffstat (limited to 'openbsc/include/vty')
-rw-r--r--openbsc/include/vty/vty.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/vty/vty.h b/openbsc/include/vty/vty.h
index 4bb785b9f..d43d992c6 100644
--- a/openbsc/include/vty/vty.h
+++ b/openbsc/include/vty/vty.h
@@ -26,6 +26,7 @@ enum event {
VTY_SERV,
VTY_READ,
VTY_WRITE,
+ VTY_CLOSED,
VTY_TIMEOUT_RESET,
#ifdef VTYSH
VTYSH_SERV,