diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/osmocom/core/select.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/osmocom/core/select.h b/include/osmocom/core/select.h index b9e3b51a..2753637a 100644 --- a/include/osmocom/core/select.h +++ b/include/osmocom/core/select.h @@ -41,4 +41,10 @@ int osmo_select_main(int polling); struct osmo_fd *osmo_fd_get_by_fd(int fd); +/* + * foreign event loop integration + */ +int osmo_fd_fill_fds(void *readset, void *writeset, void *exceptset); +int osmo_fd_disp_fds(void *readset, void *writeset, void *exceptset); + /*! @} */ |