YAZ 5.37.0
iochan Struct Reference

#include <eventl.h>

Data Fields

int fd
int flags
int force_event
IOC_CALLBACK fun
void * data
int destroyed
time_t last_event
time_t max_idle
struct iochannext
int chan_id

Detailed Description

Definition at line 45 of file eventl.h.

Field Documentation

◆ chan_id

int iochan::chan_id

Definition at line 61 of file eventl.h.

Referenced by control_association(), iochan_create(), and new_session().

◆ data

void* iochan::data

Definition at line 55 of file eventl.h.

◆ destroyed

int iochan::destroyed

Definition at line 56 of file eventl.h.

Referenced by iochan_create(), and iochan_event_loop().

◆ fd

int iochan::fd

Definition at line 47 of file eventl.h.

Referenced by iochan_create(), iochan_event_loop(), and iochan_is_alive().

◆ flags

int iochan::flags

Definition at line 48 of file eventl.h.

Referenced by iochan_create(), and iochan_event_loop().

◆ force_event

int iochan::force_event

Definition at line 53 of file eventl.h.

Referenced by iochan_create(), and iochan_event_loop().

◆ fun

IOC_CALLBACK iochan::fun

Definition at line 54 of file eventl.h.

Referenced by iochan_create(), and iochan_event_loop().

◆ last_event

time_t iochan::last_event

Definition at line 57 of file eventl.h.

Referenced by iochan_create(), and iochan_event_loop().

◆ max_idle

time_t iochan::max_idle

Definition at line 58 of file eventl.h.

Referenced by iochan_create(), and iochan_event_loop().

◆ next


The documentation for this struct was generated from the following file: