aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_send_peer_ready.c
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-08-17 14:21:53 +0200
committert3sserakt <t3ss@posteo.de>2021-08-17 14:21:53 +0200
commit1e063cd73452396778cf00127346b9b08a922317 (patch)
treedc0c119ecf8511c5c56a469e580fee09800fc45a /src/testing/testing_api_cmd_send_peer_ready.c
parent0f00c002810907f4edf740203bdf24d81124fd32 (diff)
downloadgnunet-1e063cd73452396778cf00127346b9b08a922317.tar.gz
gnunet-1e063cd73452396778cf00127346b9b08a922317.zip
- renamed methods and variables to prepare moving files from testbed to testing, to fix circular dependency problem
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