aboutsummaryrefslogtreecommitdiff
path: root/src/nse
diff options
context:
space:
mode:
authorharsha <harsha@140774ce-b5e7-0310-ab8b-a85725594a96>2012-10-14 12:21:48 +0000
committerharsha <harsha@140774ce-b5e7-0310-ab8b-a85725594a96>2012-10-14 12:21:48 +0000
commita8bfc2f86dc14645f55e2e8e2fc5a11aaa4c07bb (patch)
tree95508483a8285f39068282002ca85cc114446818 /src/nse
parent3cb687b512b2781e5f05048fafd8bf08648efebb (diff)
operation closure in peer start
git-svn-id: https://gnunet.org/svn/gnunet@24306 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/nse')
-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 949006c2bf..40c1f5d69b 100644
--- a/src/nse/gnunet-nse-profiler.c
+++ b/src/nse/gnunet-nse-profiler.c
@@ -836,7 +836,7 @@ next_round (void *cls,
/* start peers if we have too few */
for (i=peers_running;i<num_peers_in_round[current_round];i++)
- GNUNET_TESTBED_peer_start (daemons[i], NULL, NULL);
+ GNUNET_TESTBED_peer_start (NULL, daemons[i], NULL, NULL);
/* stop peers if we have too many */
for (i=num_peers_in_round[current_round];i<peers_running;i++)