This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "An utility library for Open Source Mobile Communications".
The branch, laforge/vty-node-exit-cb has been created
at d38126ba403bd73f50f903b35207143fbf12424c (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=d38126ba403bd73f50f903b35207…
commit d38126ba403bd73f50f903b35207143fbf12424c
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Nov 17 14:07:52 2017 +0100
WIP: Add vty_node exit callback
This way an application (or library) implementing a VTY node can
register an exit call-back that is called every time the node is
exit-ed, e.g. to apply any configuration changes, to verify their
consistency, or the like.
THIS BREAKS ABI so don't merge it without increasing LIBVER major
Change-Id: I9c917955e9569d22048449763b3ac6c770b58b58
-----------------------------------------------------------------------
hooks/post-receive
--
An utility library for Open Source Mobile Communications