aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-11 12:44:06 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-11 12:44:06 +0000
commit914ec7ef9e59b69868b92fced96d6693b2097e13 (patch)
tree9891a3f70dd894a2af1582baf1a3c9ccd53beb43 /src/hostlist
parent69d9f80b83053162a38a292fc8a024acb6a463a9 (diff)
downloadgnunet-914ec7ef9e59b69868b92fced96d6693b2097e13.tar.gz
gnunet-914ec7ef9e59b69868b92fced96d6693b2097e13.zip
add cork option to core api:
Diffstat (limited to 'src/hostlist')
-rw-r--r--src/hostlist/hostlist-server.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hostlist/hostlist-server.c b/src/hostlist/hostlist-server.c
index 91354b87c..62d4fa64b 100644
--- a/src/hostlist/hostlist-server.c
+++ b/src/hostlist/hostlist-server.c
@@ -414,6 +414,7 @@ connect_handler (void *cls,
414 "Asked core to transmit advertisement message with a size of %u bytes to peer `%s'\n", 414 "Asked core to transmit advertisement message with a size of %u bytes to peer `%s'\n",
415 size,GNUNET_i2s(peer)); 415 size,GNUNET_i2s(peer));
416 if (NULL == GNUNET_CORE_notify_transmit_ready (core, 416 if (NULL == GNUNET_CORE_notify_transmit_ready (core,
417 GNUNET_YES,
417 0, 418 0,
418 GNUNET_ADV_TIMEOUT, 419 GNUNET_ADV_TIMEOUT,
419 peer, 420 peer,