From 1eda2878cf1efef694c911c318427f14ecbdf8f3 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 19 Aug 2020 00:46:39 +0200 Subject: -fix set/seti migration issues --- src/include/gnunet_block_lib.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/include/gnunet_block_lib.h') diff --git a/src/include/gnunet_block_lib.h b/src/include/gnunet_block_lib.h index 18ca6f63f..73b51252e 100644 --- a/src/include/gnunet_block_lib.h +++ b/src/include/gnunet_block_lib.h @@ -137,6 +137,19 @@ enum GNUNET_BLOCK_Type * Contains either special marker elements or a nested block. */ GNUNET_BLOCK_TYPE_CONSENSUS_ELEMENT = 25, + + /** + * Block for testing set intersection. If first byte of the block + * is non-zero, the block is considered invalid. + */ + GNUNET_BLOCK_TYPE_SETI_TEST = 24, + + /** + * Block for testing set union. If first byte of the block + * is non-zero, the block is considered invalid. + */ + GNUNET_BLOCK_TYPE_SETU_TEST = 24, + }; -- cgit v1.2.3