aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api_reliability.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-05 13:33:59 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-05 13:33:59 +0000
commit1e620c9a829531da18fa309af050c26fddd34f1f (patch)
treec6c97df2551062ee236bfd5ec35df74f1106b0dd /src/core/test_core_api_reliability.c
parent0f29195adbd56ae10dea70c2951333c13e765f88 (diff)
downloadgnunet-1e620c9a829531da18fa309af050c26fddd34f1f.tar.gz
gnunet-1e620c9a829531da18fa309af050c26fddd34f1f.zip
eliminate last calls to GNUNET_CORE_peer_request_connect
Diffstat (limited to 'src/core/test_core_api_reliability.c')
-rw-r--r--src/core/test_core_api_reliability.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/test_core_api_reliability.c b/src/core/test_core_api_reliability.c
index 7224581d7..7627a32c0 100644
--- a/src/core/test_core_api_reliability.c
+++ b/src/core/test_core_api_reliability.c
@@ -391,9 +391,9 @@ init_notify (void *cls, struct GNUNET_CORE_Handle *server,
391 OKPP; 391 OKPP;
392 GNUNET_assert (cls == &p2); 392 GNUNET_assert (cls == &p2);
393 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 393 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
394 "Asking core (1) to connect to peer `%4s'\n", 394 "Asking transport (1) to connect to peer `%4s'\n",
395 GNUNET_i2s (&p2.id)); 395 GNUNET_i2s (&p2.id));
396 GNUNET_CORE_peer_request_connect (p1.ch, &p2.id, NULL, NULL); 396 GNUNET_TRANSPORT_try_connect (p1.th, &p2.id);
397 } 397 }
398} 398}
399 399