diff options
author | George Kadianakis <desnacked@riseup.net> | 2018-03-25 20:13:00 +0300 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2018-03-25 20:13:00 +0300 |
commit | 216bc353d3c724e8348408800f389c0c76c2bbc6 (patch) | |
tree | 95705c3d3e1176e74d8aad5be6af8965b6b96fce /changes | |
parent | 8775c93a996fd864b1747c04eebe51534425ff51 (diff) | |
download | tor-216bc353d3c724e8348408800f389c0c76c2bbc6.tar.gz tor-216bc353d3c724e8348408800f389c0c76c2bbc6.zip |
fixup! Refactor: suppress duplicated functions from router.c and encapsulate NODE_DESC_BUF_LEN constant.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket25432 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/changes/ticket25432 b/changes/ticket25432 index 2179770f6b..21ca201343 100644 --- a/changes/ticket25432 +++ b/changes/ticket25432 @@ -1,6 +1,6 @@ o Code simplification and refactoring: - Merge functions used for describing nodes and suppress the functions that do not allocate memory for the output buffer string. - - NODE_DESC_BUF_LEN constant and format_node_description() function + NODE_DESC_BUF_LEN constant and format_node_description() function cannot be used externally from router.c module anymore. - - Closes ticket 25432. Patch by valentecaio. + Closes ticket 25432. Patch by valentecaio. |