src/servers/inet/generic/event.h File Reference

Go to the source code of this file.

Classes

union  ev_arg
struct  event

Typedefs

typedef union ev_arg ev_arg_t
typedef void ev_func_t ARGS ((struct event *ev, union ev_arg eva))
typedef struct event event_t

Functions

void ev_init ARGS ((event_t *ev))
void ev_enqueue ARGS ((event_t *ev, ev_func_t func, ev_arg_t ev_arg))
void ev_process ARGS ((void))

Variables

event_tev_head


Typedef Documentation

typedef void ev_func_t ARGS((struct event *ev, union ev_arg eva))

Definition at line 22 of file event.h.

typedef union ev_arg ev_arg_t

typedef struct event event_t


Function Documentation

void ev_process ARGS ( (void)   ) 

void ev_enqueue ARGS ( (event_t *ev, ev_func_t func, ev_arg_t ev_arg  ) 

void ev_init ARGS ( (event_t *ev)   ) 


Variable Documentation

Definition at line 17 of file event.c.


Generated on Tue Mar 9 04:37:01 2010 for Minix by  doxygen 1.5.8