mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
7 lines
363 B
Plaintext
7 lines
363 B
Plaintext
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
|
|
cannot be used externally from router.c module anymore.
|
|
Closes ticket 25432. Patch by valentecaio.
|