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, master has been updated
via d6b1f85fd81c3dd267186830a671db88c360054f (commit)
from a81055db1dc2046f57f1c78f055f693b5a4e3308 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=d6b1f85fd81c3dd267186830a671…
commit d6b1f85fd81c3dd267186830a671db88c360054f
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Apr 16 16:57:40 2017 +0200
ctrl: Allow installation of additional node lookup helpers
The existing code assumes that the main application knows about all
control command nodes and can thus present one lookup function.
As libraries are getting their own control interface handling, this
is too restrictive, and we need a way how library code can dynamically
register more node lookup helpers. We can now do this by means of a
ctrl_lookup_register() function.
Change-Id: Ib69908d1c57f5bb721d5496e3b4a5258fca450e3
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/ctrl/control_if.h | 2 ++
src/ctrl/control_if.c | 41 +++++++++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
hooks/post-receive
--
An utility library for Open Source Mobile Communications