From 5920d1117915fdcfe9460ea04e7d61b7118038ed Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Sun, 24 Jun 2012 22:01:52 +0000 Subject: - more mesh/regex integration: basic announce completed, lookup started, wip --- src/include/gnunet_block_lib.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (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 5498fe74d..90a3549b1 100644 --- a/src/include/gnunet_block_lib.h +++ b/src/include/gnunet_block_lib.h @@ -108,7 +108,17 @@ enum GNUNET_BLOCK_Type /** * Block for finding peers by type */ - GNUNET_BLOCK_TYPE_MESH_PEER_BY_TYPE = 21 + GNUNET_BLOCK_TYPE_MESH_PEER_BY_TYPE = 21, + + /** + * Block to store a mesh regex state + */ + GNUNET_BLOCK_TYPE_MESH_REGEX = 22, + + /** + * Block to store a mesh regex accepting state + */ + GNUNET_BLOCK_TYPE_MESH_REGEX_ACCEPT = 23 }; -- cgit v1.2.3