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.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/stream/perf_stream_api.c b/src/stream/perf_stream_api.c
index a3f188a8f..9150ca6e9 100644
--- a/src/stream/perf_stream_api.c
+++ b/src/stream/perf_stream_api.c
@@ -1032,8 +1032,9 @@ int main (int argc, char **argv)
1032 (void) memset (peer_data, 0, sizeof (peer_data)); 1032 (void) memset (peer_data, 0, sizeof (peer_data));
1033 result = INIT; 1033 result = INIT;
1034 reset_read = GNUNET_NO; 1034 reset_read = GNUNET_NO;
1035 GNUNET_TESTBED_test_run (test_name, cfg_file, num_peers, event_mask, 1035 (void) GNUNET_TESTBED_test_run (test_name, cfg_file, num_peers, event_mask,
1036 &controller_event_cb, NULL, &test_master, NULL); 1036 &controller_event_cb, NULL, &test_master,
1037 NULL);
1037 if (DOWNLINK_OK != result) 1038 if (DOWNLINK_OK != result)
1038 goto return_fail; 1039 goto return_fail;
1039 } 1040 }