diff options
author | David Goulet <dgoulet@torproject.org> | 2018-05-01 11:10:58 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2018-05-01 11:43:23 -0400 |
commit | 711ff6cdf79c32921f587d389b6ac25630a39d80 (patch) | |
tree | b1f5b99c7a88fb4acca993b62463dcc700b81076 /src/test | |
parent | 6452fe78c2c461f5534d1f03a799fc5f11073b5f (diff) | |
download | tor-711ff6cdf79c32921f587d389b6ac25630a39d80.tar.gz tor-711ff6cdf79c32921f587d389b6ac25630a39d80.zip |
Rename dirvote_common.{c|h} to voting_schedule.{c|h}
No code behavior change.
Part of #25988
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/test_dir_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_dir_common.c b/src/test/test_dir_common.c index 02d3295ca6..5f92154ea9 100644 --- a/src/test/test_dir_common.c +++ b/src/test/test_dir_common.c @@ -10,10 +10,10 @@ #include "container.h" #include "or.h" #include "dirauth/dirvote.h" -#include "dirvote_common.h" #include "nodelist.h" #include "routerlist.h" #include "test_dir_common.h" +#include "voting_schedule.h" void dir_common_setup_vote(networkstatus_t **vote, time_t now); networkstatus_t * dir_common_add_rs_and_parse(networkstatus_t *vote, |