diff options
author | harsha <harsha@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-10-14 12:21:48 +0000 |
---|---|---|
committer | harsha <harsha@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-10-14 12:21:48 +0000 |
commit | a8bfc2f86dc14645f55e2e8e2fc5a11aaa4c07bb (patch) | |
tree | 95508483a8285f39068282002ca85cc114446818 /src/nse | |
parent | 3cb687b512b2781e5f05048fafd8bf08648efebb (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.c | 2 |
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++) |