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 "netlink library for Linux kernel GTP code".
The branch, master has been updated
via 4e3960c89ffbf31b8dcbc91d64069068444dffd7 (commit)
from 977c233b748e5fe0fcd9539c8799af196a2eece6 (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/libgtpnl/commit/?id=4e3960c89ffbf31b8dcbc91d6406906…
commit 4e3960c89ffbf31b8dcbc91d64069068444dffd7
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Nov 8 16:04:00 2017 +0900
Add genl_socket_close() function
We've had genl_socket_open() but no corresponding genl_socket_close()
so far. Let's fix that.
-----------------------------------------------------------------------
Summary of changes:
TODO-RELEASE | 1 +
include/libgtpnl/gtpnl.h | 1 +
src/genl.c | 6 ++++++
src/libgtpnl.map | 1 +
4 files changed, 9 insertions(+)
create mode 100644 TODO-RELEASE
hooks/post-receive
--
netlink library for Linux kernel GTP code