aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_ng_lib.h
diff options
context:
space:
mode:
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.