aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_block_lib.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-02-05 17:24:24 +0000
committerBart Polot <bart@net.in.tum.de>2014-02-05 17:24:24 +0000
commit42921ffe3abed4cb30ded33f74e239b8f05a557d (patch)
treeb162d777194be21f7c3fbebff2f8b348995cc5d5 /src/include/gnunet_block_lib.h
parentd3a8367a07bd4138b5d36533a3b0920387745b10 (diff)
downloadgnunet-42921ffe3abed4cb30ded33f74e239b8f05a557d.tar.gz
gnunet-42921ffe3abed4cb30ded33f74e239b8f05a557d.zip
- remove MESH own block code (MESH uses DHT_HELLO now)
Diffstat (limited to 'src/include/gnunet_block_lib.h')
-rw-r--r--src/include/gnunet_block_lib.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/include/gnunet_block_lib.h b/src/include/gnunet_block_lib.h
index 5f3bbda96..0da8c03f4 100644
--- a/src/include/gnunet_block_lib.h
+++ b/src/include/gnunet_block_lib.h
@@ -80,7 +80,7 @@ enum GNUNET_BLOCK_Type
80 80
81 /** 81 /**
82 * Type of a block that contains a HELLO for a peer (for 82 * Type of a block that contains a HELLO for a peer (for
83 * DHT find-peer operations). 83 * DHT and MESH find-peer operations).
84 */ 84 */
85 GNUNET_BLOCK_TYPE_DHT_HELLO = 7, 85 GNUNET_BLOCK_TYPE_DHT_HELLO = 7,
86 86
@@ -107,11 +107,6 @@ enum GNUNET_BLOCK_Type
107 GNUNET_BLOCK_TYPE_GNS_NAMERECORD = 11, 107 GNUNET_BLOCK_TYPE_GNS_NAMERECORD = 11,
108 108
109 /** 109 /**
110 * Block for storing mesh peers
111 */
112 GNUNET_BLOCK_TYPE_MESH_PEER = 20,
113
114 /**
115 * Block to store a mesh regex state 110 * Block to store a mesh regex state
116 */ 111 */
117 GNUNET_BLOCK_TYPE_REGEX = 22, 112 GNUNET_BLOCK_TYPE_REGEX = 22,