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 ea91a51ebe8897772e3d1b45e4405c8f9e2fedb0 (commit)
from aa3ba46e0f9dcfb1236a10f6b8f09b1f33330778 (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=ea91a51ebe8897772e3d1b45e440…
commit ea91a51ebe8897772e3d1b45e4405c8f9e2fedb0
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Jul 13 14:28:30 2017 +0200
select: Add new osmo_fd_close() function
This is a convenience helper that will both close a fd, mark it as
closed and unregister it from the event loop abstraction. In most
cases, you probably actually want to use it instead of manually closing
and calling osmo_fd_unregister().
Change-Id: Icd0933eed6a24edde7cdcb378e138897ecc5332c
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/select.h | 1 +
src/select.c | 17 +++++++++++++++++
2 files changed, 18 insertions(+)
hooks/post-receive
--
An utility library for Open Source Mobile Communications