Timers with callbacks, fake replay version. More...
#include <replay.h>
Data Fields | |
struct fake_timer * | next |
next in list | |
struct replay_runtime * | runtime |
the runtime structure this is part of | |
void(* | cb )(void *) |
the callback to call | |
void * | cb_arg |
the callback user argument | |
int | enabled |
if timer is enabled | |
struct timeval | tv |
when the timer expires | |
Timers with callbacks, fake replay version.