#include <omapip_p.h>
Data Fields | |
OMAPI_OBJECT_PREAMBLE | |
struct __omapi_io_object * | next |
int(* | readfd )(omapi_object_t *) |
int(* | writefd )(omapi_object_t *) |
isc_result_t(* | reader )(omapi_object_t *) |
isc_result_t(* | writer )(omapi_object_t *) |
isc_result_t(* | reaper )(omapi_object_t *) |
isc_socket_t * | fd |
isc_boolean_t | closed |
Definition at line 203 of file omapip_p.h.
isc_boolean_t __omapi_io_object::closed |
Definition at line 212 of file omapip_p.h.
isc_socket_t* __omapi_io_object::fd |
Definition at line 211 of file omapip_p.h.
struct __omapi_io_object* __omapi_io_object::next [read] |
Definition at line 205 of file omapip_p.h.
Definition at line 204 of file omapip_p.h.
isc_result_t(* __omapi_io_object::reader)(omapi_object_t *) |
isc_result_t(* __omapi_io_object::reaper)(omapi_object_t *) |
isc_result_t(* __omapi_io_object::writer)(omapi_object_t *) |