aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_block_lib.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-05-07 12:06:50 +0000
committerBart Polot <bart@net.in.tum.de>2014-05-07 12:06:50 +0000
commitbe4c79e4cd4a8f118c5577874f0c95e253359595 (patch)
tree7fd74fb0cf6921c4e35a43f2593396bb4805f154 /src/include/gnunet_block_lib.h
parent15ccd7a167bcce0dde4331092975a6401393610f (diff)
downloadgnunet-be4c79e4cd4a8f118c5577874f0c95e253359595.tar.gz
gnunet-be4c79e4cd4a8f118c5577874f0c95e253359595.zip
Rename mesh->cadet
Diffstat (limited to 'src/include/gnunet_block_lib.h')
-rw-r--r--src/include/gnunet_block_lib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_block_lib.h b/src/include/gnunet_block_lib.h
index 0da8c03f4..e938acda4 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 and MESH find-peer operations). 83 * DHT and CADET find-peer operations).
84 */ 84 */
85 GNUNET_BLOCK_TYPE_DHT_HELLO = 7, 85 GNUNET_BLOCK_TYPE_DHT_HELLO = 7,
86 86
@@ -107,12 +107,12 @@ enum GNUNET_BLOCK_Type
107 GNUNET_BLOCK_TYPE_GNS_NAMERECORD = 11, 107 GNUNET_BLOCK_TYPE_GNS_NAMERECORD = 11,
108 108
109 /** 109 /**
110 * Block to store a mesh regex state 110 * Block to store a cadet regex state
111 */ 111 */
112 GNUNET_BLOCK_TYPE_REGEX = 22, 112 GNUNET_BLOCK_TYPE_REGEX = 22,
113 113
114 /** 114 /**
115 * Block to store a mesh regex accepting state 115 * Block to store a cadet regex accepting state
116 */ 116 */
117 GNUNET_BLOCK_TYPE_REGEX_ACCEPT = 23 117 GNUNET_BLOCK_TYPE_REGEX_ACCEPT = 23
118}; 118};