extend API to enalbe exclusive port ranges to be specified for testing-system objects
[oweals/gnunet.git] / src / include / gnunet_block_lib.h
index 5498fe74d536f66be90bd15c070708e27975ce90..90a3549b16eb00ae41ae9c270823e4069d3897fb 100644 (file)
@@ -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
 };