Make hsdir_index in node_t a hsdir_index_t rather than a pointer.

This commit is contained in:
Neel Chauhan
2018-04-28 19:56:12 -04:00
parent cb0af6157c
commit bfe5a739b7
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.