File scheduler.h
Included in:
l2tp.h
scheduler.c
Included Files
#include <sys/time.h>
Preprocessor definitions
#define _SCHEDULER_H
#define TVLESS
( a, b )
#define TVLESSEQ
( a, b )
#define TVGT
( a, b )
Type struct schedule_entry
struct schedule_entry
struct schedule_entry
{
struct timeval tv;
void (*func)(void*);
void* data;
struct schedule_entry* next;
}
External Variables
events
extern struct schedule_entry* events
Defined in:
scheduler.c