aboutsummaryrefslogtreecommitdiff
path: root/src/nse/gnunet-nse-profiler.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-10-14 12:21:48 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-10-14 12:21:48 +0000
commit75357bec5d503045dcf5d5cfd5805300e0605d9d (patch)
tree95508483a8285f39068282002ca85cc114446818 /src/nse/gnunet-nse-profiler.c
parent27fcf1fd9a5800ff97eaf8d9863ba48614b378d0 (diff)
downloadgnunet-75357bec5d503045dcf5d5cfd5805300e0605d9d.tar.gz
gnunet-75357bec5d503045dcf5d5cfd5805300e0605d9d.zip
operation closure in peer start
Diffstat (limited to 'src/nse/gnunet-nse-profiler.c')
-rw-r--r--src/nse/gnunet-nse-profiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nse/gnunet-nse-profiler.c b/src/nse/gnunet-nse-profiler.c
index 949006c2b..40c1f5d69 100644
--- a/src/nse/gnunet-nse-profiler.c
+++ b/src/nse/gnunet-nse-profiler.c
@@ -836,7 +836,7 @@ next_round (void *cls,
836 836
837 /* start peers if we have too few */ 837 /* start peers if we have too few */
838 for (i=peers_running;i<num_peers_in_round[current_round];i++) 838 for (i=peers_running;i<num_peers_in_round[current_round];i++)
839 GNUNET_TESTBED_peer_start (daemons[i], NULL, NULL); 839 GNUNET_TESTBED_peer_start (NULL, daemons[i], NULL, NULL);
840 840
841 /* stop peers if we have too many */ 841 /* stop peers if we have too many */
842 for (i=num_peers_in_round[current_round];i<peers_running;i++) 842 for (i=num_peers_in_round[current_round];i<peers_running;i++)