mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 15:43:32 +01:00
fixup! Refactor: suppress duplicated functions from router.c and encapsulate NODE_DESC_BUF_LEN constant.
This commit is contained in:
parent
8775c93a99
commit
216bc353d3
@ -1,6 +1,6 @@
|
|||||||
o Code simplification and refactoring:
|
o Code simplification and refactoring:
|
||||||
- Merge functions used for describing nodes and suppress the functions
|
- Merge functions used for describing nodes and suppress the functions
|
||||||
that do not allocate memory for the output buffer string.
|
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.
|
cannot be used externally from router.c module anymore.
|
||||||
- Closes ticket 25432. Patch by valentecaio.
|
Closes ticket 25432. Patch by valentecaio.
|
||||||
|
Loading…
Reference in New Issue
Block a user