diff options
author | teor <teor2345@gmail.com> | 2014-10-01 18:54:26 +1000 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2014-10-08 05:36:54 +1100 |
commit | ff42222845f5d79f27b653990cab4f20ad91a068 (patch) | |
tree | 06ad1fb8be7f17838ac1f6955ee0b3fca1e237b7 /changes | |
parent | c1dd43d823c74f59f8ba0eff90f6ddab6763f408 (diff) | |
download | tor-ff42222845f5d79f27b653990cab4f20ad91a068.tar.gz tor-ff42222845f5d79f27b653990cab4f20ad91a068.zip |
Improve DIRINFO flags' usage comments
Document usage of the NO_DIRINFO and ALL_DIRINFO flags clearly in functions
which take them as arguments. Replace 0 with NO_DIRINFO in a function call
for clarity.
Seeks to prevent future issues like 13163.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/issue13163-improve-DIRINFO-flags-comments | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/issue13163-improve-DIRINFO-flags-comments b/changes/issue13163-improve-DIRINFO-flags-comments new file mode 100644 index 0000000000..3acb1f3caf --- /dev/null +++ b/changes/issue13163-improve-DIRINFO-flags-comments @@ -0,0 +1,5 @@ + o Minor refactoring: + - Document usage of the NO_DIRINFO and ALL_DIRINFO flags clearly in + functions which take them as arguments. Replace 0 with NO_DIRINFO + in a function call for clarity. + Seeks to prevent future issues like 13163. |