-doxygen, plus FIXME request for clarification
[oweals/gnunet.git] / src / include / gnunet_block_lib.h
index 38ad78686b50153a1b688a2ae3761c5bcf9115a2..0da8c03f4e97eccfab73b006efd391c3c37e5b1e 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 MESH find-peer operations).
    */
   GNUNET_BLOCK_TYPE_DHT_HELLO = 7,
 
@@ -88,7 +88,7 @@ enum GNUNET_BLOCK_Type
    * Block for testing.
    */
   GNUNET_BLOCK_TYPE_TEST = 8,
-  
+
   /**
    * Type of a block representing any type of search result
    * (universal).  Implemented in the context of #2564, replaces
@@ -106,11 +106,6 @@ 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
    */
@@ -132,7 +127,7 @@ enum GNUNET_BLOCK_EvaluationResult
    * Valid result, and there may be more.
    */
   GNUNET_BLOCK_EVALUATION_OK_MORE = 0,
-  
+
   /**
    * Last possible valid result.
    */