summaryrefslogtreecommitdiff
path: root/changes/bug23094
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug23094')
-rw-r--r--changes/bug230944
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug23094 b/changes/bug23094
new file mode 100644
index 0000000000..5040ab4e71
--- /dev/null
+++ b/changes/bug23094
@@ -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.