aboutsummaryrefslogtreecommitdiff
path: root/src/include/block_mesh.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-06-28 14:34:55 +0000
committerBart Polot <bart@net.in.tum.de>2013-06-28 14:34:55 +0000
commitcf19b5082fe8de33e38957f54d28647635b46b60 (patch)
treee6e41da7d5cb14d9a342ef6533633ecb2f34b18d /src/include/block_mesh.h
parent166d8f9122bf7ebbaa2a662d09a3fa4d34f6d092 (diff)
downloadgnunet-cf19b5082fe8de33e38957f54d28647635b46b60.tar.gz
gnunet-cf19b5082fe8de33e38957f54d28647635b46b60.zip
Replace mesh with new version
Diffstat (limited to 'src/include/block_mesh.h')
-rw-r--r--src/include/block_mesh.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/block_mesh.h b/src/include/block_mesh.h
index 9dfb85945..508f52699 100644
--- a/src/include/block_mesh.h
+++ b/src/include/block_mesh.h
@@ -48,10 +48,6 @@ struct PBlock
48 */ 48 */
49 struct GNUNET_PeerIdentity id; 49 struct GNUNET_PeerIdentity id;
50 50
51 /**
52 * Type of service offered
53 */
54 GNUNET_MESH_ApplicationType type;
55}; 51};
56 52
57#if 0 /* keep Emacsens' auto-indent happy */ 53#if 0 /* keep Emacsens' auto-indent happy */