From 6c33ae2605b038391a80dd5defb76a5fabb5dd2b Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 19 Mar 2016 21:17:58 +0100 Subject: Add new osmo_fd_get_by_fd() function This function can be used to obtain the osmo_fd corresponding to a given fd. The latter can be useful when integrating libosmocore main loop with other libraries. --- include/osmocom/core/select.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/osmocom/core/select.h') diff --git a/include/osmocom/core/select.h b/include/osmocom/core/select.h index b6b9e821..b9e3b51a 100644 --- a/include/osmocom/core/select.h +++ b/include/osmocom/core/select.h @@ -39,4 +39,6 @@ int osmo_fd_register(struct osmo_fd *fd); void osmo_fd_unregister(struct osmo_fd *fd); int osmo_select_main(int polling); +struct osmo_fd *osmo_fd_get_by_fd(int fd); + /*! @} */ -- cgit v1.2.3