|
Tor 0.4.9.8
|
Stub declarations for use when relay module is disabled. More...
#include "orconfig.h"#include "feature/relay/relay_sys.h"#include "lib/subsys/subsys.h"#include "feature/relay/relay_metrics.h"Go to the source code of this file.
Functions | |
| void | relay_increment_est_intro_action (est_intro_action_t action) |
| void | relay_increment_est_rend_action (est_rend_action_t action) |
| void | relay_increment_intro1_action (intro1_action_t action) |
| void | relay_increment_rend1_action (rend1_action_t action) |
Variables | |
| const struct subsys_fns_t | sys_relay |
Stub declarations for use when relay module is disabled.
Definition in file relay_stub.c.
| void relay_increment_est_intro_action | ( | est_intro_action_t | action | ) |
Definition at line 25 of file relay_stub.c.
| void relay_increment_est_rend_action | ( | est_rend_action_t | action | ) |
Definition at line 31 of file relay_stub.c.
| void relay_increment_intro1_action | ( | intro1_action_t | action | ) |
Definition at line 37 of file relay_stub.c.
| void relay_increment_rend1_action | ( | rend1_action_t | action | ) |
Definition at line 43 of file relay_stub.c.
| const struct subsys_fns_t sys_relay |
Definition at line 17 of file relay_stub.c.