aboutsummaryrefslogtreecommitdiff
path: root/src/service/transport/test_transport_plugin_cmd_simple_send_performance.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/service/transport/test_transport_plugin_cmd_simple_send_performance.c')
-rw-r--r--src/service/transport/test_transport_plugin_cmd_simple_send_performance.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/service/transport/test_transport_plugin_cmd_simple_send_performance.c b/src/service/transport/test_transport_plugin_cmd_simple_send_performance.c
index d44eab9e1..d00e5c318 100644
--- a/src/service/transport/test_transport_plugin_cmd_simple_send_performance.c
+++ b/src/service/transport/test_transport_plugin_cmd_simple_send_performance.c
@@ -114,7 +114,7 @@ handle_test (void *cls,
114 const struct GNUNET_TESTING_StartPeerState *sps; 114 const struct GNUNET_TESTING_StartPeerState *sps;
115 115
116 116
117 GNUNET_TESTING_get_trait_state (&start_peer, 117 GNUNET_TRANSPORT_TESTING_get_trait_state (&start_peer,
118 &sps); 118 &sps);
119 ch = sps->th; 119 ch = sps->th;
120 num = ntohl (message->num); 120 num = ntohl (message->num);
@@ -254,7 +254,7 @@ notify_connect (struct GNUNET_TESTING_Interpreter *is,
254 254
255 cmd = GNUNET_TESTING_interpreter_lookup_command (is, 255 cmd = GNUNET_TESTING_interpreter_lookup_command (is,
256 "connect-peers"); 256 "connect-peers");
257 GNUNET_TESTING_get_trait_connect_peer_state (cmd, 257 GNUNET_TRANSPORT_TESTING_get_trait_connect_peer_state (cmd,
258 &cps); 258 &cps);
259 void *ret = NULL; 259 void *ret = NULL;
260 260