Tor 0.4.9.8
Loading...
Searching...
No Matches
voting_schedule.h File Reference

Header file for voting_schedule.c. More...

#include "core/or/or.h"

Go to the source code of this file.

Macros

#define dirauth_sched_recalculate_timing(opt, now)
 

Functions

static time_t dirauth_sched_get_next_valid_after_time (void)
 
static time_t dirauth_sched_get_cur_valid_after_time (void)
 
static int dirauth_sched_get_configured_interval (void)
 

Detailed Description

Header file for voting_schedule.c.

Definition in file voting_schedule.h.

Macro Definition Documentation

◆ dirauth_sched_recalculate_timing

#define dirauth_sched_recalculate_timing ( opt,
now )
Value:
((void)(opt), (void)(now))

Definition at line 70 of file voting_schedule.h.

Function Documentation

◆ dirauth_sched_get_configured_interval()

static int dirauth_sched_get_configured_interval ( void )
inlinestatic

Definition at line 86 of file voting_schedule.h.

◆ dirauth_sched_get_cur_valid_after_time()

static time_t dirauth_sched_get_cur_valid_after_time ( void )
inlinestatic

Definition at line 80 of file voting_schedule.h.

◆ dirauth_sched_get_next_valid_after_time()

static time_t dirauth_sched_get_next_valid_after_time ( void )
inlinestatic

Definition at line 74 of file voting_schedule.h.