aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_ng_lib.h
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-10-28 16:13:47 +0200
committert3sserakt <t3ss@posteo.de>2021-10-28 16:13:47 +0200
commit6fb788ca2ec44837ea10a36be7fd0030fb08955b (patch)
treecba4a385aa8ab914d02db9a702f6c6230aa89a2a /src/include/gnunet_testing_ng_lib.h
parent1609d627e509043a946f611d7589105cfae2364d (diff)
downloadgnunet-6fb788ca2ec44837ea10a36be7fd0030fb08955b.tar.gz
gnunet-6fb788ca2ec44837ea10a36be7fd0030fb08955b.zip
- fixed coverity issues
Diffstat (limited to 'src/include/gnunet_testing_ng_lib.h')
-rw-r--r--src/include/gnunet_testing_ng_lib.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/gnunet_testing_ng_lib.h b/src/include/gnunet_testing_ng_lib.h
index 45e58299e..7ce73baef 100644
--- a/src/include/gnunet_testing_ng_lib.h
+++ b/src/include/gnunet_testing_ng_lib.h
@@ -681,6 +681,15 @@ GNUNET_TESTING_get_address (struct GNUNET_TESTING_NodeConnection *connection,
681 681
682 682
683/** 683/**
684 * Deallocate memory of the struct GNUNET_TESTING_NetjailTopology.
685 *
686 * @param topology The GNUNET_TESTING_NetjailTopology to be deallocated.
687 */
688void
689GNUNET_TESTING_free_topology (struct GNUNET_TESTING_NetjailTopology *topology);
690
691
692/**
684 * Calculate the unique id identifying a node from a given connction. 693 * Calculate the unique id identifying a node from a given connction.
685 * 694 *
686 * @param node_connection The connection we calculate the id from. 695 * @param node_connection The connection we calculate the id from.