diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-30 18:15:00 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-10-01 00:04:58 -0500 |
commit | fec3b3bb9389d9d9f927c370d560fc50ec65c93b (patch) | |
tree | 9b8ad08341e8663156592087ab276420edb5e26a /src/core | |
parent | 6785aa4010c141ab8792e41745acc2267ce46ca4 (diff) | |
download | tor-fec3b3bb9389d9d9f927c370d560fc50ec65c93b.tar.gz tor-fec3b3bb9389d9d9f927c370d560fc50ec65c93b.zip |
Extract logic for dumping unparseable junk from routerparse.c
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/include.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/include.am b/src/core/include.am index aa8e29ad3f..45f4cb5c4e 100644 --- a/src/core/include.am +++ b/src/core/include.am @@ -74,6 +74,7 @@ LIBTOR_APP_A_SOURCES = \ src/feature/dircommon/voting_schedule.c \ src/feature/dirparse/parsecommon.c \ src/feature/dirparse/routerparse.c \ + src/feature/dirparse/unparseable.c \ src/feature/hibernate/hibernate.c \ src/feature/hs/hs_cache.c \ src/feature/hs/hs_cell.c \ @@ -287,6 +288,7 @@ noinst_HEADERS += \ src/feature/dircommon/voting_schedule.h \ src/feature/dirparse/parsecommon.h \ src/feature/dirparse/routerparse.h \ + src/feature/dirparse/unparseable.h \ src/feature/hibernate/hibernate.h \ src/feature/hs/hs_cache.h \ src/feature/hs/hs_cell.h \ |