jabberd2
2.6.1
|
#include "mio.h"
Go to the source code of this file.
Functions | |
mio_t | mio_kqueue_new (int maxfd) |
mio_t | mio_epoll_new (int maxfd) |
mio_t | mio_poll_new (int maxfd) |
mio_t | mio_select_new (int maxfd) |
mio_t | mio_wsasync_new (int maxfd) |
mio_t | mio_new (int maxfd) |
create/free the mio subsytem More... | |
mio_t mio_new | ( | int | maxfd | ) |
create/free the mio subsytem
Definition at line 38 of file mio.c.
References mio_epoll_new(), mio_kqueue_new(), mio_poll_new(), mio_select_new(), and mio_wsasync_new().
Referenced by JABBER_MAIN().