aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_block_lib.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-06-24 22:01:52 +0000
committerBart Polot <bart@net.in.tum.de>2012-06-24 22:01:52 +0000
commit5920d1117915fdcfe9460ea04e7d61b7118038ed (patch)
tree107b83e18195d638c03aea296bc93912f44cab53 /src/include/gnunet_block_lib.h
parent5e5ebac9bfdb28725e7ba1f32bc0482657ebc1fa (diff)
downloadgnunet-5920d1117915fdcfe9460ea04e7d61b7118038ed.tar.gz
gnunet-5920d1117915fdcfe9460ea04e7d61b7118038ed.zip
- more mesh/regex integration: basic announce completed, lookup started, wip
Diffstat (limited to 'src/include/gnunet_block_lib.h')
-rw-r--r--src/include/gnunet_block_lib.h12
1 files changed, 11 insertions, 1 deletions
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
108 /** 108 /**
109 * Block for finding peers by type 109 * Block for finding peers by type
110 */ 110 */
111 GNUNET_BLOCK_TYPE_MESH_PEER_BY_TYPE = 21 111 GNUNET_BLOCK_TYPE_MESH_PEER_BY_TYPE = 21,
112
113 /**
114 * Block to store a mesh regex state
115 */
116 GNUNET_BLOCK_TYPE_MESH_REGEX = 22,
117
118 /**
119 * Block to store a mesh regex accepting state
120 */
121 GNUNET_BLOCK_TYPE_MESH_REGEX_ACCEPT = 23
112}; 122};
113 123
114 124