jabberd2  2.3.3
Functions
mio.c File Reference
#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...
 

Function Documentation

mio_t mio_kqueue_new ( int  maxfd)

Referenced by mio_new().

mio_t mio_epoll_new ( int  maxfd)

Referenced by mio_new().

mio_t mio_poll_new ( int  maxfd)

Referenced by mio_new().

mio_t mio_select_new ( int  maxfd)

Referenced by mio_new().

mio_t mio_wsasync_new ( int  maxfd)

Referenced by mio_new().

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().