aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/vty/vty.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@netfilter.org>2009-08-07 13:25:41 +0200
committerHarald Welte <laforge@netfilter.org>2009-08-07 13:25:41 +0200
commit0224e4d051ad7bd159ae82512bc554e90f4de99f (patch)
tree494abf11b26bb70b6911b3c0e7a91115d2b9bfb7 /openbsc/include/vty/vty.h
parent2477d93c6e2fbda33e423f5514d591ea64da1685 (diff)
use one talloc context for entire vty code
Diffstat (limited to 'openbsc/include/vty/vty.h')
-rw-r--r--openbsc/include/vty/vty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/vty/vty.h b/openbsc/include/vty/vty.h
index d43d992c6..ab34cd3b7 100644
--- a/openbsc/include/vty/vty.h
+++ b/openbsc/include/vty/vty.h
@@ -147,5 +147,5 @@ int vty_shell (struct vty *);
int vty_shell_serv (struct vty *);
void vty_hello (struct vty *);
-
+void *tall_vty_ctx;
#endif