diff options
author | Hassan Alsibyani <sibyani@mit.edu> | 2016-02-29 01:47:51 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-03-11 09:15:48 -0500 |
commit | b1917a061427dab68e9246463cc40c0cbd5dc00a (patch) | |
tree | 283585fdd76af9dd52fcdad6db04ffc28d751b98 /src/or/rendcache.c | |
parent | ffc25bc908fc4e102d860560a4889184926b39d5 (diff) | |
download | tor-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.c | 1 |
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. */ |