Merge remote-tracking branch 'neel/b23094'

This commit is contained in:
Nick Mathewson
2018-05-01 08:56:23 -04:00
8 changed files with 42 additions and 47 deletions
+4
View File
@@ -0,0 +1,4 @@
o Code simplification and refactoring:
- Make hsdir_index in node_t a hsdir_index_t rather than a pointer
as hsdir_index is always present. Also, we move hsdir_index_t into
or.h. Closes ticket 23094. Patch by Neel Chauhan.