#include "inet.h"#include "assert.h"#include "event.h"Go to the source code of this file.
Functions | |
| void | ev_init (event_t *ev) |
| void | ev_enqueue (event_t *ev, ev_func_t func, ev_arg_t ev_arg) |
| void | ev_process () |
| int | ev_in_queue (event_t *ev) |
Variables | |
| THIS_FILE event_t * | ev_head |
1.5.8