summaryrefslogtreecommitdiff
path: root/src/or/rendcache.c
diff options
context:
space:
mode:
authorHassan Alsibyani <sibyani@mit.edu>2016-02-29 01:47:51 -0500
committerNick Mathewson <nickm@torproject.org>2016-03-11 09:15:48 -0500
commitb1917a061427dab68e9246463cc40c0cbd5dc00a (patch)
tree283585fdd76af9dd52fcdad6db04ffc28d751b98 /src/or/rendcache.c
parentffc25bc908fc4e102d860560a4889184926b39d5 (diff)
downloadtor-b1917a061427dab68e9246463cc40c0cbd5dc00a.tar.gz
tor-b1917a061427dab68e9246463cc40c0cbd5dc00a.zip
moving hid_serv_get_responsible_directories and hid_serv_acting_as_directory from routerlist.c to rendcommon.c
Diffstat (limited to 'src/or/rendcache.c')
-rw-r--r--src/or/rendcache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/rendcache.c b/src/or/rendcache.c
index 880c8d89d7..cb8c14b756 100644
--- a/src/or/rendcache.c
+++ b/src/or/rendcache.c
@@ -13,6 +13,7 @@
#include "rephist.h"
#include "routerlist.h"
#include "routerparse.h"
+#include "rendcommon.h"
/** Map from service id (as generated by rend_get_service_id) to
* rend_cache_entry_t. */