Commit c76da6d
committed
refactor(master): Modernize master-metalogger comm
Previous version of the master to metalogger service communication was
using an old C-styled code, which made this implementation hard to
maintain and understand. Also, previous manual memory assigment and free
was performed manually, which is an error-prone approach. This commit
modernizes the master to metaloggers service by moving to a C++-style
based code.
Signed-off-by: Rolando Sánchez Ramos <[email protected]>1 parent 6709c8d commit c76da6d
1 file changed
+462
-641
lines changed
0 commit comments