aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api_preferences.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-05 13:26:22 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-05 13:26:22 +0000
commitab1bf63f1ed7637297c90b5b284f40a797f44805 (patch)
tree64bedd1cc5620f690d6ad099c2fb4b45a9a41f03 /src/core/test_core_api_preferences.c
parent446dcf7697ebdd7c78a48573a5c73fbf25448c74 (diff)
downloadgnunet-ab1bf63f1ed7637297c90b5b284f40a797f44805.tar.gz
gnunet-ab1bf63f1ed7637297c90b5b284f40a797f44805.zip
use new transport API, minor core API change
Diffstat (limited to 'src/core/test_core_api_preferences.c')
-rw-r--r--src/core/test_core_api_preferences.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/test_core_api_preferences.c b/src/core/test_core_api_preferences.c
index f4a0713c2..eb56a91fb 100644
--- a/src/core/test_core_api_preferences.c
+++ b/src/core/test_core_api_preferences.c
@@ -321,7 +321,6 @@ ask_connect_task (void *cls,
321 "Asking core (1) AGAIN to connect to peer `%4s'\n", 321 "Asking core (1) AGAIN to connect to peer `%4s'\n",
322 GNUNET_i2s (&p2.id)); 322 GNUNET_i2s (&p2.id));
323 GNUNET_CORE_peer_request_connect (p1.ch, 323 GNUNET_CORE_peer_request_connect (p1.ch,
324 GNUNET_TIME_UNIT_SECONDS,
325 &p2.id, 324 &p2.id,
326 NULL, NULL); 325 NULL, NULL);
327} 326}
@@ -371,7 +370,6 @@ init_notify (void *cls,
371 GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_SECONDS, 370 GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_SECONDS,
372 &ask_connect_task, NULL); 371 &ask_connect_task, NULL);
373 GNUNET_CORE_peer_request_connect (p1.ch, 372 GNUNET_CORE_peer_request_connect (p1.ch,
374 GNUNET_TIME_UNIT_SECONDS,
375 &p2.id, 373 &p2.id,
376 NULL, NULL); 374 NULL, NULL);
377 } 375 }