diff options
author | Andrea Shepard <andrea@torproject.org> | 2012-09-30 21:41:25 -0700 |
---|---|---|
committer | Andrea Shepard <andrea@torproject.org> | 2012-10-10 00:44:46 -0700 |
commit | 184560c4f6fa8262fe1316d5e169a16b47b11e6b (patch) | |
tree | 02c43048a7b9f49495144f6b38629e5d690fc315 /src/or/include.am | |
parent | 34591c61efcdd241e0c89006eeb9ae4cdf7565c0 (diff) | |
download | tor-184560c4f6fa8262fe1316d5e169a16b47b11e6b.tar.gz tor-184560c4f6fa8262fe1316d5e169a16b47b11e6b.zip |
Add initial circuitmux_ewma.{c,h}
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 3ec94e5be3..90dea44ba8 100644 --- a/src/or/include.am +++ b/src/or/include.am @@ -22,6 +22,7 @@ src_or_libtor_a_SOURCES = \ src/or/circuitbuild.c \ src/or/circuitlist.c \ src/or/circuitmux.c \ + src/or/circuitmux_ewma.c \ src/or/circuituse.c \ src/or/command.c \ src/or/config.c \ @@ -94,6 +95,7 @@ ORHEADERS = \ src/or/circuitbuild.h \ src/or/circuitlist.h \ src/or/circuitmux.h \ + src/or/circuitmux_ewma.h \ src/or/circuituse.h \ src/or/command.h \ src/or/config.h \ |