event.h
Go to the documentation of this file.
void eventAddIsh(const char *name, EVH *func, void *arg, double delta_ish, int)
Definition: event.cc:114
ev_entry(char const *name, EVH *func, void *arg, double when, int weight, bool cbdata=true)
Definition: event.cc:89
Definition: event.h:47
Definition: cbdata.cc:60
Definition: Packable.h:53
Definition: AsyncEngine.h:19
Definition: event.h:28
void eventAdd(const char *name, EVH *func, void *arg, double when, int, bool cbdata=true)
Definition: event.cc:107
void schedule(const char *name, EVH *func, void *arg, double when, int weight, bool cbdata=true)
Definition: event.cc:308
MEMPROXY_CLASS(ev_entry)