Explorar el Código

fixup! Refactor: suppress duplicated functions from router.c and encapsulate NODE_DESC_BUF_LEN constant.

George Kadianakis hace 6 años
padre
commit
216bc353d3
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      changes/ticket25432

+ 2 - 2
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.