aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-service-testbed_peers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/gnunet-service-testbed_peers.c')
-rw-r--r--src/testbed/gnunet-service-testbed_peers.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/testbed/gnunet-service-testbed_peers.c b/src/testbed/gnunet-service-testbed_peers.c
index 0184635fa..0bfeb4583 100644
--- a/src/testbed/gnunet-service-testbed_peers.c
+++ b/src/testbed/gnunet-service-testbed_peers.c
@@ -227,7 +227,7 @@ peer_create_forward_timeout (void *cls)
227 227
228 228
229/** 229/**
230 * Callback to be called when forwarded peer create operation is successfull. We 230 * Callback to be called when forwarded peer create operation is successful. We
231 * have to relay the reply msg back to the client 231 * have to relay the reply msg back to the client
232 * 232 *
233 * @param cls ForwardedOperationContext 233 * @param cls ForwardedOperationContext
@@ -387,7 +387,7 @@ GST_notify_client_disconnect_peers (struct GNUNET_SERVICE_Client *client)
387 387
388 388
389/** 389/**
390 * Callback to be called when forwarded peer destroy operation is successfull. We 390 * Callback to be called when forwarded peer destroy operation is successful. We
391 * have to relay the reply msg back to the client 391 * have to relay the reply msg back to the client
392 * 392 *
393 * @param cls ForwardedOperationContext 393 * @param cls ForwardedOperationContext
@@ -576,7 +576,7 @@ handle_peer_destroy (void *cls,
576 uint32_t peer_id; 576 uint32_t peer_id;
577 577
578 peer_id = ntohl (msg->peer_id); 578 peer_id = ntohl (msg->peer_id);
579 LOG_DEBUG ("Received peer destory on peer: %u and operation id: %llu\n", 579 LOG_DEBUG ("Received peer destroy on peer: %u and operation id: %llu\n",
580 (unsigned int) peer_id, 580 (unsigned int) peer_id,
581 (unsigned long long) GNUNET_ntohll (msg->operation_id)); 581 (unsigned long long) GNUNET_ntohll (msg->operation_id));
582 if (! VALID_PEER_ID (peer_id)) 582 if (! VALID_PEER_ID (peer_id))
@@ -592,7 +592,7 @@ handle_peer_destroy (void *cls,
592 peer = GST_peer_list[peer_id]; 592 peer = GST_peer_list[peer_id];
593 if (GNUNET_YES == peer->is_remote) 593 if (GNUNET_YES == peer->is_remote)
594 { 594 {
595 /* Forward the destory message to sub controller */ 595 /* Forward the destroy message to sub controller */
596 fopc = GNUNET_new (struct ForwardedOperationContext); 596 fopc = GNUNET_new (struct ForwardedOperationContext);
597 fopc->client = client; 597 fopc->client = client;
598 fopc->cls = peer; 598 fopc->cls = peer;
@@ -986,7 +986,7 @@ check_peer_reconfigure (void *cls,
986 986
987/** 987/**
988 * Handler for #GNUNET_MESSAGE_TYPDE_TESTBED_RECONFIGURE_PEER type messages. 988 * Handler for #GNUNET_MESSAGE_TYPDE_TESTBED_RECONFIGURE_PEER type messages.
989 * Should stop the peer asyncronously, destroy it and create it again with the 989 * Should stop the peer asynchronously, destroy it and create it again with the
990 * new configuration. 990 * new configuration.
991 * 991 *
992 * @param cls identification of the client 992 * @param cls identification of the client
@@ -1342,7 +1342,7 @@ handle_manage_peer_service (void *cls,
1342 } 1342 }
1343 if (GNUNET_YES == peer->is_remote) 1343 if (GNUNET_YES == peer->is_remote)
1344 { 1344 {
1345 /* Forward the destory message to sub controller */ 1345 /* Forward the destroy message to sub controller */
1346 fopc = GNUNET_new (struct ForwardedOperationContext); 1346 fopc = GNUNET_new (struct ForwardedOperationContext);
1347 fopc->client = client; 1347 fopc->client = client;
1348 fopc->cls = peer; 1348 fopc->cls = peer;