Electroneum
fake_timer Struct Reference

#include <replay.h>

Collaboration diagram for fake_timer:

Public Attributes

struct fake_timernext
 
struct replay_runtimeruntime
 
void(* cb )(void *)
 
void * cb_arg
 
int enabled
 
struct timeval tv
 

Detailed Description

Timers with callbacks, fake replay version.

Definition at line 376 of file replay.h.

Member Data Documentation

◆ cb

void(* fake_timer::cb) (void *)

the callback to call

Definition at line 382 of file replay.h.

◆ cb_arg

void* fake_timer::cb_arg

the callback user argument

Definition at line 384 of file replay.h.

◆ enabled

int fake_timer::enabled

if timer is enabled

Definition at line 386 of file replay.h.

◆ next

struct fake_timer* fake_timer::next

next in list

Definition at line 378 of file replay.h.

◆ runtime

struct replay_runtime* fake_timer::runtime

the runtime structure this is part of

Definition at line 380 of file replay.h.

◆ tv

struct timeval fake_timer::tv

when the timer expires

Definition at line 388 of file replay.h.


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