diff options
author | Vadim Yanitskiy <axilirator@gmail.com> | 2017-09-23 18:12:18 +0330 |
---|---|---|
committer | Vadim Yanitskiy <axilirator@gmail.com> | 2017-09-27 11:02:18 +0000 |
commit | 5584a14a319044f75c9d8ea74abb6dede21ea721 (patch) | |
tree | 71d27474094e4e8405cf2343027740cc4e20b1c7 /include | |
parent | 383c5635e3920091469594ee01c2b9b13b6ea408 (diff) |
vty/vty.c: do not bind vty context to application's one
The 'vty_app_info' struct could be used by some applications to
provide its talloc context. In the future, it will facilitate
the implementation of talloc context introspection via VTY.
But the 'vty' talloc context, that contains lots of items
(memory chunks), is being bound to an application's one,
so it becomes hard to read the last.
Let's do not bind the 'vty' context automatically, until some
common talloc context export policy is implemented.
Change-Id: I9cb6ce9f24dbae400029e2d9f9c933fbfb16248f
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions