aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_send_peer_ready.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing_api_cmd_send_peer_ready.c')
-rw-r--r--src/testing/testing_api_cmd_send_peer_ready.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/testing_api_cmd_send_peer_ready.c b/src/testing/testing_api_cmd_send_peer_ready.c
index 27761c4d5..e5e004924 100644
--- a/src/testing/testing_api_cmd_send_peer_ready.c
+++ b/src/testing/testing_api_cmd_send_peer_ready.c
@@ -32,7 +32,7 @@
32 32
33struct SendPeerReadyState 33struct SendPeerReadyState
34{ 34{
35 TESTBED_CMD_HELPER_write_cb write_message; 35 TESTING_CMD_HELPER_write_cb write_message;
36 36
37 struct GNUNET_CMDS_PEER_STARTED *reply; 37 struct GNUNET_CMDS_PEER_STARTED *reply;
38}; 38};
@@ -85,7 +85,7 @@ send_peer_ready_run (void *cls,
85 */ 85 */
86struct GNUNET_TESTING_Command 86struct GNUNET_TESTING_Command
87GNUNET_TESTING_cmd_send_peer_ready (const char *label, 87GNUNET_TESTING_cmd_send_peer_ready (const char *label,
88 TESTBED_CMD_HELPER_write_cb write_message) 88 TESTING_CMD_HELPER_write_cb write_message)
89{ 89{
90 struct SendPeerReadyState *sprs; 90 struct SendPeerReadyState *sprs;
91 91