aboutsummaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-11 12:57:57 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-11 12:57:57 +0000
commitd984e2895f96f67fe2c44f27cdacfbb404485ada (patch)
treea9a355b13cc8d57096ff2de763d9cfd311a742b6 /src/core/core.h
parent914ec7ef9e59b69868b92fced96d6693b2097e13 (diff)
downloadgnunet-d984e2895f96f67fe2c44f27cdacfbb404485ada.tar.gz
gnunet-d984e2895f96f67fe2c44f27cdacfbb404485ada.zip
implement cork option, fix testcases
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/core/core.h b/src/core/core.h
index acac7c407..fff4c3fa8 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -430,6 +430,16 @@ struct SendMessage
430 */ 430 */
431 struct GNUNET_PeerIdentity peer; 431 struct GNUNET_PeerIdentity peer;
432 432
433 /**
434 * GNUNET_YES if corking is allowed, GNUNET_NO if not.
435 */
436 uint32_t cork GNUNET_PACKED;
437
438 /**
439 * Always 0.
440 */
441 uint64_t reserved GNUNET_PACKED;
442
433}; 443};
434 444
435 445