diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-12-03 12:18:45 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-12-03 12:18:45 -0500 |
commit | 32213fa9ad8a306e1f3bade1c95b1ad95a136bd9 (patch) | |
tree | 31c76ba117d341f75e993ecab074d4dcae4be4aa /src/feature/dirauth/dirvote.h | |
parent | 439ffcefd57031153e49e605389a1c218e737180 (diff) | |
download | tor-32213fa9ad8a306e1f3bade1c95b1ad95a136bd9.tar.gz tor-32213fa9ad8a306e1f3bade1c95b1ad95a136bd9.zip |
Keep list of dirauth flags in sync between dirvote.c and fuzz_vrs.c
Suggested by Teor on PR
Diffstat (limited to 'src/feature/dirauth/dirvote.h')
-rw-r--r-- | src/feature/dirauth/dirvote.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/feature/dirauth/dirvote.h b/src/feature/dirauth/dirvote.h index a21e9f3455..f99cc2d2bf 100644 --- a/src/feature/dirauth/dirvote.h +++ b/src/feature/dirauth/dirvote.h @@ -92,6 +92,9 @@ /** Maximum size of a line in a vote. */ #define MAX_BW_FILE_HEADERS_LINE_LEN 1024 +extern const char DIRVOTE_UNIVERSAL_FLAGS[]; +extern const char DIRVOTE_OPTIONAL_FLAGS[]; + /* * Public API. Used outside of the dirauth subsystem. * |