aboutsummaryrefslogtreecommitdiff
path: root/src/include
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/include
parent69d9f80b83053162a38a292fc8a024acb6a463a9 (diff)
downloadgnunet-914ec7ef9e59b69868b92fced96d6693b2097e13.tar.gz
gnunet-914ec7ef9e59b69868b92fced96d6693b2097e13.zip
add cork option to core api:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_core_service.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gnunet_core_service.h b/src/include/gnunet_core_service.h
index 5664d34fc..755604b88 100644
--- a/src/include/gnunet_core_service.h
+++ b/src/include/gnunet_core_service.h
@@ -414,6 +414,7 @@ struct GNUNET_CORE_TransmitHandle;
414 * 414 *
415 * 415 *
416 * @param handle connection to core service 416 * @param handle connection to core service
417 * @param cork is corking allowed for this transmission?
417 * @param priority how important is the message? 418 * @param priority how important is the message?
418 * @param maxdelay how long can the message wait? 419 * @param maxdelay how long can the message wait?
419 * @param target who should receive the message, 420 * @param target who should receive the message,
@@ -437,6 +438,7 @@ struct GNUNET_CORE_TransmitHandle *
437GNUNET_CORE_notify_transmit_ready (struct 438GNUNET_CORE_notify_transmit_ready (struct
438 GNUNET_CORE_Handle 439 GNUNET_CORE_Handle
439 *handle, 440 *handle,
441 int cork,
440 uint32_t priority, 442 uint32_t priority,
441 struct 443 struct
442 GNUNET_TIME_Relative 444 GNUNET_TIME_Relative