summaryrefslogtreecommitdiff
path: root/src/or/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-04-06 14:46:45 -0400
committerNick Mathewson <nickm@torproject.org>2017-04-24 10:59:24 -0400
commitbc91808c477ac05dc634ab10811b354b22da1ef5 (patch)
tree582ffe6a842e8e75944cba9ec4e15682cbf4f35a /src/or/include.am
parentb022ea32a685e4163595b5a3ded0bc00bb378896 (diff)
downloadtor-bc91808c477ac05dc634ab10811b354b22da1ef5.tar.gz
tor-bc91808c477ac05dc634ab10811b354b22da1ef5.zip
Add a "Consensus diff manager" module.
This module's job is to remember old consensus documents, to calculate their diffs on demand, and to . There are some incomplete points in this code; I've marked them with "XXXX". I intend to fix them in separate commits, since I believe doing it in separate commits will make the branch easier to review.
Diffstat (limited to 'src/or/include.am')
-rw-r--r--src/or/include.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/include.am b/src/or/include.am
index 1841bbfe9d..dd27bc8411 100644
--- a/src/or/include.am
+++ b/src/or/include.am
@@ -38,6 +38,7 @@ LIBTOR_A_SOURCES = \
src/or/connection_or.c \
src/or/conscache.c \
src/or/consdiff.c \
+ src/or/consdiffmgr.c \
src/or/control.c \
src/or/cpuworker.c \
src/or/dircollate.c \
@@ -156,6 +157,7 @@ ORHEADERS = \
src/or/connection_or.h \
src/or/conscache.h \
src/or/consdiff.h \
+ src/or/consdiffmgr.h \
src/or/control.h \
src/or/cpuworker.h \
src/or/dircollate.h \