aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_block_lib.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-06-19 14:26:38 +0000
committerBart Polot <bart@net.in.tum.de>2012-06-19 14:26:38 +0000
commit809906cfb208342b0894dbbfa3cb43a102caa42f (patch)
tree1c11ae9c2f87e6e0c65490e7b658866422877beb /src/include/gnunet_block_lib.h
parent69dab03fd3f48eb18ba9c72ec4e705f7cf86ca52 (diff)
downloadgnunet-809906cfb208342b0894dbbfa3cb43a102caa42f.tar.gz
gnunet-809906cfb208342b0894dbbfa3cb43a102caa42f.zip
- added dummy mesh block plugin
Diffstat (limited to 'src/include/gnunet_block_lib.h')
-rw-r--r--src/include/gnunet_block_lib.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/gnunet_block_lib.h b/src/include/gnunet_block_lib.h
index 41001fb0b..d651476a8 100644
--- a/src/include/gnunet_block_lib.h
+++ b/src/include/gnunet_block_lib.h
@@ -98,7 +98,12 @@ enum GNUNET_BLOCK_Type
98 /** 98 /**
99 * Block for storing record data 99 * Block for storing record data
100 */ 100 */
101 GNUNET_BLOCK_TYPE_GNS_NAMERECORD = 11 101 GNUNET_BLOCK_TYPE_GNS_NAMERECORD = 11,
102
103 /**
104 * Block for storing mesh peers
105 */
106 GNUNET_BLOCK_TYPE_MESH_PEER = 20
102}; 107};
103 108
104 109