aboutsummaryrefslogtreecommitdiff
path: root/src/nse
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-05 21:18:45 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-05 21:18:45 +0000
commit563b71afee70ac213a8bb28ce0697fcbae06aac3 (patch)
tree122d6a25630f68a9845651ba2295ef68f7d2af09 /src/nse
parentcf6e2bdb1b9a5aedc4f090df853814b9df817e03 (diff)
downloadgnunet-563b71afee70ac213a8bb28ce0697fcbae06aac3.tar.gz
gnunet-563b71afee70ac213a8bb28ce0697fcbae06aac3.zip
fixing API and clean up issues in testing
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 0df6ddf7d..9342480c2 100644
--- a/src/nse/gnunet-nse-profiler.c
+++ b/src/nse/gnunet-nse-profiler.c
@@ -251,7 +251,7 @@ connect_nse_service (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
251 current_peer = GNUNET_malloc (sizeof (struct NSEPeer)); 251 current_peer = GNUNET_malloc (sizeof (struct NSEPeer));
252 current_peer->daemon = GNUNET_TESTING_daemon_get (pg, i); 252 current_peer->daemon = GNUNET_TESTING_daemon_get (pg, i);
253 if (GNUNET_YES == 253 if (GNUNET_YES ==
254 GNUNET_TESTING_daemon_running (GNUNET_TESTING_daemon_get (pg, i))) 254 GNUNET_TESTING_test_daemon_running (GNUNET_TESTING_daemon_get (pg, i)))
255 { 255 {
256 current_peer->nse_handle = 256 current_peer->nse_handle =
257 GNUNET_NSE_connect (current_peer->daemon->cfg, &handle_estimate, 257 GNUNET_NSE_connect (current_peer->daemon->cfg, &handle_estimate,