design_pattern_for_c  V 1.00
event_libev_handler_t Struct Reference
Collaboration diagram for event_libev_handler_t:

Data Fields

EventLibevManager base
 
void(* event_callback )(int socketfd, int eventflag, void *event_arg)
 
void * arg
 
ev_io watch
 

Detailed Description

Definition at line 49 of file event_if_libev.c.

Field Documentation

◆ arg

void* arg

Definition at line 52 of file event_if_libev.c.

◆ base

Definition at line 50 of file event_if_libev.c.

◆ event_callback

void(* event_callback) (int socketfd, int eventflag, void *event_arg)

Definition at line 51 of file event_if_libev.c.

◆ watch

ev_io watch

Definition at line 53 of file event_if_libev.c.


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