aboutsummaryrefslogtreecommitdiff
path: root/src/topology/gnunet-daemon-topology.c
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/topology/gnunet-daemon-topology.c
parent69d9f80b83053162a38a292fc8a024acb6a463a9 (diff)
downloadgnunet-914ec7ef9e59b69868b92fced96d6693b2097e13.tar.gz
gnunet-914ec7ef9e59b69868b92fced96d6693b2097e13.zip
add cork option to core api:
Diffstat (limited to 'src/topology/gnunet-daemon-topology.c')
-rw-r--r--src/topology/gnunet-daemon-topology.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c
index 1441e218a..2fa336754 100644
--- a/src/topology/gnunet-daemon-topology.c
+++ b/src/topology/gnunet-daemon-topology.c
@@ -635,7 +635,9 @@ schedule_next_hello (void *cls,
635 if (delay.rel_value == 0) 635 if (delay.rel_value == 0)
636 { 636 {
637 /* now! */ 637 /* now! */
638 pl->hello_req = GNUNET_CORE_notify_transmit_ready (handle, 0, 638 pl->hello_req = GNUNET_CORE_notify_transmit_ready (handle,
639 GNUNET_YES,
640 0,
639 GNUNET_CONSTANTS_SERVICE_TIMEOUT, 641 GNUNET_CONSTANTS_SERVICE_TIMEOUT,
640 &pl->pid, 642 &pl->pid,
641 next_want, 643 next_want,