print active/inactive information
[oweals/gnunet.git] / src / include / gnunet_block_lib.h
index 5f3bbda9689c1500c5e1ae8475021a4c149b47d5..e938acda42b592f8d20e52ce926a3ffc976daf7c 100644 (file)
@@ -80,7 +80,7 @@ enum GNUNET_BLOCK_Type
 
   /**
    * Type of a block that contains a HELLO for a peer (for
-   * DHT find-peer operations).
+   * DHT and CADET find-peer operations).
    */
   GNUNET_BLOCK_TYPE_DHT_HELLO = 7,
 
@@ -107,17 +107,12 @@ enum GNUNET_BLOCK_Type
   GNUNET_BLOCK_TYPE_GNS_NAMERECORD = 11,
 
   /**
-   * Block for storing mesh peers
-   */
-  GNUNET_BLOCK_TYPE_MESH_PEER = 20,
-
-  /**
-   * Block to store a mesh regex state
+   * Block to store a cadet regex state
    */
   GNUNET_BLOCK_TYPE_REGEX = 22,
 
   /**
-   * Block to store a mesh regex accepting state
+   * Block to store a cadet regex accepting state
    */
   GNUNET_BLOCK_TYPE_REGEX_ACCEPT = 23
 };