diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-25 15:10:11 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-25 15:14:57 -0400 |
commit | 8a350e088bf59355f5e2fa3a05fa545923d4e74d (patch) | |
tree | b7e11a2523e85c5afe0c1263b9b0f373d5d19619 /src/feature/stats/rephist.c | |
parent | 934859cf80902e6a16fb69d884fadc8ea831779f (diff) | |
download | tor-8a350e088bf59355f5e2fa3a05fa545923d4e74d.tar.gz tor-8a350e088bf59355f5e2fa3a05fa545923d4e74d.zip |
Move self-test functionality into its own file.
Diffstat (limited to 'src/feature/stats/rephist.c')
-rw-r--r-- | src/feature/stats/rephist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feature/stats/rephist.c b/src/feature/stats/rephist.c index a2dbb0ff16..24c73554be 100644 --- a/src/feature/stats/rephist.c +++ b/src/feature/stats/rephist.c @@ -84,6 +84,7 @@ #include "feature/nodelist/nodelist.h" #include "feature/stats/rephist.h" #include "feature/relay/router.h" +#include "feature/relay/selftest.h" #include "feature/nodelist/routerlist.h" #include "ht.h" #include "core/or/channelpadding.h" |