aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_block_lib.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-01-17 17:09:37 +0000
committerBart Polot <bart@net.in.tum.de>2013-01-17 17:09:37 +0000
commit47cb85c43071a16ec899e7f8fb45b3eec39895ec (patch)
tree4b3ec6dd6eb72488826053d0ce9fc45d26df3df6 /src/include/gnunet_block_lib.h
parent37a8306064f1fe08c1471c46a3cd913cd22f8a60 (diff)
downloadgnunet-47cb85c43071a16ec899e7f8fb45b3eec39895ec.tar.gz
gnunet-47cb85c43071a16ec899e7f8fb45b3eec39895ec.zip
Move regex DHT integration from mesh to regex
Diffstat (limited to 'src/include/gnunet_block_lib.h')
-rw-r--r--src/include/gnunet_block_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_block_lib.h b/src/include/gnunet_block_lib.h
index cd4b2a0ac..002d5c11b 100644
--- a/src/include/gnunet_block_lib.h
+++ b/src/include/gnunet_block_lib.h
@@ -113,12 +113,12 @@ enum GNUNET_BLOCK_Type
113 /** 113 /**
114 * Block to store a mesh regex state 114 * Block to store a mesh regex state
115 */ 115 */
116 GNUNET_BLOCK_TYPE_MESH_REGEX = 22, 116 GNUNET_BLOCK_TYPE_REGEX = 22,
117 117
118 /** 118 /**
119 * Block to store a mesh regex accepting state 119 * Block to store a mesh regex accepting state
120 */ 120 */
121 GNUNET_BLOCK_TYPE_MESH_REGEX_ACCEPT = 23 121 GNUNET_BLOCK_TYPE_REGEX_ACCEPT = 23
122}; 122};
123 123
124 124