Tor 0.4.9.0-alpha-dev
|
Header file for directory authority mode. More...
#include "feature/relay/router.h"
Go to the source code of this file.
Macros | |
#define | authdir_mode(options) (((void)(options)),0) |
#define | authdir_mode_handles_descs(options, purpose) (((void)(options)),((void)(purpose)),0) |
#define | authdir_mode_publishes_statuses(options) (((void)(options)),0) |
#define | authdir_mode_tests_reachability(options) (((void)(options)),0) |
#define | authdir_mode_bridge(options) (((void)(options)),0) |
#define | authdir_mode_v3(options) (((void)(options)),0) |
#define | have_module_dirauth() (0) |
Header file for directory authority mode.
Definition in file authmode.h.
#define authdir_mode | ( | options | ) | (((void)(options)),0) |
Definition at line 28 of file authmode.h.
#define authdir_mode_bridge | ( | options | ) | (((void)(options)),0) |
Definition at line 33 of file authmode.h.
#define authdir_mode_handles_descs | ( | options, | |
purpose | |||
) | (((void)(options)),((void)(purpose)),0) |
Definition at line 29 of file authmode.h.
#define authdir_mode_publishes_statuses | ( | options | ) | (((void)(options)),0) |
Definition at line 31 of file authmode.h.
#define authdir_mode_tests_reachability | ( | options | ) | (((void)(options)),0) |
Definition at line 32 of file authmode.h.
#define authdir_mode_v3 | ( | options | ) | (((void)(options)),0) |
Definition at line 34 of file authmode.h.
#define have_module_dirauth | ( | ) | (0) |
Definition at line 36 of file authmode.h.