diff options
author | teor <teor@torproject.org> | 2019-03-26 18:12:16 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-03-29 17:26:30 +1000 |
commit | 194b25f0c7043b2485bb90da6fb24c0e96957875 (patch) | |
tree | 8df526797eca8f67814e2b8da2d60e4db462e5bc /changes | |
parent | c2222ba169a059e1a6ce04cb9014fe8870674d87 (diff) | |
download | tor-194b25f0c7043b2485bb90da6fb24c0e96957875.tar.gz tor-194b25f0c7043b2485bb90da6fb24c0e96957875.zip |
dircache: Refactor handle_get_next_bandwidth() to use connection_dir_buf_add()
Implements ticket 29897.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket29897 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket29897 b/changes/ticket29897 new file mode 100644 index 0000000000..232a79fbce --- /dev/null +++ b/changes/ticket29897 @@ -0,0 +1,3 @@ + o Code simplification and refactoring: + - Refactor handle_get_next_bandwidth() to use connection_dir_buf_add(). + Implements ticket 29897. |