aboutsummaryrefslogtreecommitdiff
path: root/src/dht
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/dht
parent69d9f80b83053162a38a292fc8a024acb6a463a9 (diff)
downloadgnunet-914ec7ef9e59b69868b92fced96d6693b2097e13.tar.gz
gnunet-914ec7ef9e59b69868b92fced96d6693b2097e13.zip
add cork option to core api:
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/gnunet-service-dht.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dht/gnunet-service-dht.c b/src/dht/gnunet-service-dht.c
index d26039adc..e455cbc30 100644
--- a/src/dht/gnunet-service-dht.c
+++ b/src/dht/gnunet-service-dht.c
@@ -1076,7 +1076,9 @@ try_core_send (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
1076 if (reply_counter >= MAX_REPLY_TIMES) 1076 if (reply_counter >= MAX_REPLY_TIMES)
1077 reply_counter = 0; 1077 reply_counter = 0;
1078 peer->th = 1078 peer->th =
1079 GNUNET_CORE_notify_transmit_ready (coreAPI, pending->importance, 1079 GNUNET_CORE_notify_transmit_ready (coreAPI,
1080 GNUNET_YES,
1081 pending->importance,
1080 pending->timeout, &peer->id, ssize, 1082 pending->timeout, &peer->id, ssize,
1081 &core_transmit_notify, peer); 1083 &core_transmit_notify, peer);
1082 if (peer->th == NULL) 1084 if (peer->th == NULL)