diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-11-12 14:29:05 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-05-28 10:42:29 -0400 |
commit | 6c564e6c081514bab56bacec89b1f6f9457a7022 (patch) | |
tree | dd61357bebc5b7a3290f6a214e80da25be95f8e2 /src/or/include.am | |
parent | 525383c46d1430abf680133e486fc532050d7123 (diff) | |
download | tor-6c564e6c081514bab56bacec89b1f6f9457a7022.tar.gz tor-6c564e6c081514bab56bacec89b1f6f9457a7022.zip |
Refactor code that matches up routers with the same identity in votes
This makes 'routerstatus collation' into a first-class concept, so
we can change how that works for prop220.
Diffstat (limited to 'src/or/include.am')
-rw-r--r-- | src/or/include.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/include.am b/src/or/include.am index 68f091b3a9..9245ade64f 100644 --- a/src/or/include.am +++ b/src/or/include.am @@ -43,6 +43,7 @@ LIBTOR_A_SOURCES = \ src/or/connection_or.c \ src/or/control.c \ src/or/cpuworker.c \ + src/or/dircollate.c \ src/or/directory.c \ src/or/dirserv.c \ src/or/dirvote.c \ @@ -151,6 +152,7 @@ ORHEADERS = \ src/or/connection_or.h \ src/or/control.h \ src/or/cpuworker.h \ + src/or/dircollate.h \ src/or/directory.h \ src/or/dirserv.h \ src/or/dirvote.h \ |