aboutsummaryrefslogtreecommitdiff
path: root/src/stream/perf_stream_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream/perf_stream_api.c')
-rw-r--r--src/stream/perf_stream_api.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/stream/perf_stream_api.c b/src/stream/perf_stream_api.c
index aa534ce09..aa54b6bfa 100644
--- a/src/stream/perf_stream_api.c
+++ b/src/stream/perf_stream_api.c
@@ -950,10 +950,16 @@ controller_event_cb (void *cls,
950 * @param cls closure 950 * @param cls closure
951 * @param num_peers number of peers in 'peers' 951 * @param num_peers number of peers in 'peers'
952 * @param peers handle to peers run in the testbed 952 * @param peers handle to peers run in the testbed
953 * @param links_succeeded the number of overlay link connection attempts that
954 * succeeded
955 * @param links_failed the number of overlay link connection attempts that
956 * failed
953 */ 957 */
954static void 958static void
955test_master (void *cls, unsigned int num_peers_, 959test_master (void *cls, unsigned int num_peers_,
956 struct GNUNET_TESTBED_Peer **peers) 960 struct GNUNET_TESTBED_Peer **peers,
961 unsigned int links_succeeded,
962 unsigned int links_failed)
957{ 963{
958 GNUNET_assert (NULL != peers); 964 GNUNET_assert (NULL != peers);
959 GNUNET_assert (NULL != peers[0]); 965 GNUNET_assert (NULL != peers[0]);