aboutsummaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
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