aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-service-testbed.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/gnunet-service-testbed.h')
-rw-r--r--src/testbed/gnunet-service-testbed.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testbed/gnunet-service-testbed.h b/src/testbed/gnunet-service-testbed.h
index ae477ccb4..1c6aadb59 100644
--- a/src/testbed/gnunet-service-testbed.h
+++ b/src/testbed/gnunet-service-testbed.h
@@ -488,7 +488,7 @@ extern char *GST_stats_dir;
488 * @param ptr the array pointer to grow 488 * @param ptr the array pointer to grow
489 * @param size the size of array 489 * @param size the size of array
490 * @param accommodate_size the size which the array has to accommdate; after 490 * @param accommodate_size the size which the array has to accommdate; after
491 * this call the array will be big enough to accommdate sizes upto 491 * this call the array will be big enough to accommdate sizes up to
492 * accommodate_size 492 * accommodate_size
493 */ 493 */
494#define GST_array_grow_large_enough(ptr, size, accommodate_size) \ 494#define GST_array_grow_large_enough(ptr, size, accommodate_size) \
@@ -772,7 +772,7 @@ check_peer_reconfigure (void *cls,
772 772
773/** 773/**
774 * Handler for #GNUNET_MESSAGE_TYPDE_TESTBED_RECONFIGURE_PEER type messages. 774 * Handler for #GNUNET_MESSAGE_TYPDE_TESTBED_RECONFIGURE_PEER type messages.
775 * Should stop the peer asyncronously, destroy it and create it again with the 775 * Should stop the peer asynchronously, destroy it and create it again with the
776 * new configuration. 776 * new configuration.
777 * 777 *
778 * @param cls identification of the client 778 * @param cls identification of the client