aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
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/mesh
parent69d9f80b83053162a38a292fc8a024acb6a463a9 (diff)
downloadgnunet-914ec7ef9e59b69868b92fced96d6693b2097e13.tar.gz
gnunet-914ec7ef9e59b69868b92fced96d6693b2097e13.zip
add cork option to core api:
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/mesh_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesh/mesh_api.c b/src/mesh/mesh_api.c
index f714d32bb..f539312cf 100644
--- a/src/mesh/mesh_api.c
+++ b/src/mesh/mesh_api.c
@@ -441,6 +441,7 @@ GNUNET_MESH_notify_transmit_ready (struct
441 cls->notify = notify; 441 cls->notify = notify;
442 cls->tunnel = tunnel; 442 cls->tunnel = tunnel;
443 GNUNET_CORE_notify_transmit_ready(tunnel->handle->core, 443 GNUNET_CORE_notify_transmit_ready(tunnel->handle->core,
444 cork,
444 priority, 445 priority,
445 maxdelay, 446 maxdelay,
446 &tunnel->peer, 447 &tunnel->peer,