OpenVPN
|
#include <schedule.h>
Data Fields | |
struct schedule_entry * | earliest_wakeup |
struct schedule_entry * | root |
Definition at line 53 of file schedule.h.
struct schedule_entry* schedule::earliest_wakeup |
Definition at line 55 of file schedule.h.
Referenced by schedule_add_entry(), schedule_get_earliest_wakeup(), and schedule_remove_entry().
struct schedule_entry* schedule::root |
Definition at line 56 of file schedule.h.
Referenced by schedule_add_modify(), schedule_detach_parent(), schedule_get_earliest_wakeup(), schedule_insert(), and schedule_rotate_up().