diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-10-31 14:17:32 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-10-31 14:17:49 -0400 |
commit | b4ebf8421ada3edf104ae5fc96d288f11271445b (patch) | |
tree | 979d8363643e1e11bca1526b457a5222bcfd7f55 /src/or/include.am | |
parent | 96f92f2062118b61a43134170b92001d3be1c128 (diff) | |
download | tor-b4ebf8421ada3edf104ae5fc96d288f11271445b.tar.gz tor-b4ebf8421ada3edf104ae5fc96d288f11271445b.zip |
Move pathbias functions into a new file.
Does not compile yet. This is the "no code changed" diff.
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 8922e03978..47bdd09901 100644 --- a/src/or/include.am +++ b/src/or/include.am @@ -34,6 +34,7 @@ LIBTOR_A_SOURCES = \ src/or/buffers.c \ src/or/channel.c \ src/or/channeltls.c \ + src/or/circpathbias.c \ src/or/circuitbuild.c \ src/or/circuitlist.c \ src/or/circuitmux.c \ @@ -134,6 +135,7 @@ ORHEADERS = \ src/or/buffers.h \ src/or/channel.h \ src/or/channeltls.h \ + src/or/circpathbias.h \ src/or/circuitbuild.h \ src/or/circuitlist.h \ src/or/circuitmux.h \ |