aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-11 12:57:57 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-11 12:57:57 +0000
commitd984e2895f96f67fe2c44f27cdacfbb404485ada (patch)
treea9a355b13cc8d57096ff2de763d9cfd311a742b6 /src/core/test_core_api.c
parent914ec7ef9e59b69868b92fced96d6693b2097e13 (diff)
downloadgnunet-d984e2895f96f67fe2c44f27cdacfbb404485ada.tar.gz
gnunet-d984e2895f96f67fe2c44f27cdacfbb404485ada.zip
implement cork option, fix testcases
Diffstat (limited to 'src/core/test_core_api.c')
-rw-r--r--src/core/test_core_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/test_core_api.c b/src/core/test_core_api.c
index cdc5517c3..38aaf63b1 100644
--- a/src/core/test_core_api.c
+++ b/src/core/test_core_api.c
@@ -138,6 +138,7 @@ connect_notify (void *cls,
138 "Asking core (1) for transmission to peer `%4s'\n", 138 "Asking core (1) for transmission to peer `%4s'\n",
139 GNUNET_i2s (&p2.id)); 139 GNUNET_i2s (&p2.id));
140 if (NULL == GNUNET_CORE_notify_transmit_ready (p1.ch, 140 if (NULL == GNUNET_CORE_notify_transmit_ready (p1.ch,
141 GNUNET_YES,
141 0, 142 0,
142 GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 45), 143 GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 45),
143 &p2.id, 144 &p2.id,