From 4748af6e8e04347ceaeec09ccdfc04d740fa65f0 Mon Sep 17 00:00:00 2001 From: t3sserakt Date: Fri, 30 Jul 2021 14:47:59 +0200 Subject: - there are two helper running, but only one is doing the work of both. Therefore connecting peers does not work atm. --- src/transport/transport-testing2.h | 37 ------------------------------------- 1 file changed, 37 deletions(-) (limited to 'src/transport/transport-testing2.h') diff --git a/src/transport/transport-testing2.h b/src/transport/transport-testing2.h index a6732e308..e2167ca7e 100644 --- a/src/transport/transport-testing2.h +++ b/src/transport/transport-testing2.h @@ -920,42 +920,5 @@ GNUNET_TRANSPORT_TESTING_get_test_plugin_name (const char *executable, char * GNUNET_TRANSPORT_TESTING_get_test_source_name (const char *file); -struct GNUNET_TESTING_Command -GNUNET_TRANSPORT_cmd_start_peer (const char *label, - const char *system_label, - char *m, - char *n, - struct GNUNET_MQ_MessageHandler *handlers, - const char *cfgname); - -struct GNUNET_TESTING_Command -GNUNET_TRANSPORT_cmd_connect_peers (const char *label, - const char *peer1_label, - const char *peer2_label); - -int -GNUNET_TRANSPORT_get_trait_peer_id (const struct - GNUNET_TESTING_Command *cmd, - struct GNUNET_PeerIdentity **id); - -int -GNUNET_TRANSPORT_get_trait_connected_peers_map (const struct - GNUNET_TESTING_Command - *cmd, - struct - GNUNET_CONTAINER_MultiPeerMap ** - connected_peers_map); -int -GNUNET_TRANSPORT_get_trait_hello_size (const struct - GNUNET_TESTING_Command - *cmd, - size_t **hello_size); - -int -GNUNET_TRANSPORT_get_trait_hello (const struct - GNUNET_TESTING_Command - *cmd, - char **hello); - #endif /* end of transport_testing.h */ -- cgit v1.2.3