aboutsummaryrefslogtreecommitdiff
path: root/src/core/core_api.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/core/core_api.c
parent69d9f80b83053162a38a292fc8a024acb6a463a9 (diff)
downloadgnunet-914ec7ef9e59b69868b92fced96d6693b2097e13.tar.gz
gnunet-914ec7ef9e59b69868b92fced96d6693b2097e13.zip
add cork option to core api:
Diffstat (limited to 'src/core/core_api.c')
-rw-r--r--src/core/core_api.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/core_api.c b/src/core/core_api.c
index 16479b2d3..a0f72090d 100644
--- a/src/core/core_api.c
+++ b/src/core/core_api.c
@@ -1483,6 +1483,7 @@ GNUNET_CORE_disconnect (struct GNUNET_CORE_Handle *handle)
1483 * established (and the client has been informed about this). 1483 * established (and the client has been informed about this).
1484 * 1484 *
1485 * @param handle connection to core service 1485 * @param handle connection to core service
1486 * @param cork is corking allowed for this transmission?
1486 * @param priority how important is the message? 1487 * @param priority how important is the message?
1487 * @param maxdelay how long can the message wait? 1488 * @param maxdelay how long can the message wait?
1488 * @param target who should receive the message, 1489 * @param target who should receive the message,
@@ -1496,6 +1497,7 @@ GNUNET_CORE_disconnect (struct GNUNET_CORE_Handle *handle)
1496 */ 1497 */
1497struct GNUNET_CORE_TransmitHandle * 1498struct GNUNET_CORE_TransmitHandle *
1498GNUNET_CORE_notify_transmit_ready (struct GNUNET_CORE_Handle *handle, 1499GNUNET_CORE_notify_transmit_ready (struct GNUNET_CORE_Handle *handle,
1500 int cork,
1499 uint32_t priority, 1501 uint32_t priority,
1500 struct GNUNET_TIME_Relative maxdelay, 1502 struct GNUNET_TIME_Relative maxdelay,
1501 const struct GNUNET_PeerIdentity *target, 1503 const struct GNUNET_PeerIdentity *target,