From bd4e10f6c1162adf47bbe60ef005cc42a635d5ad Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Tue, 7 May 2013 12:54:38 +0000 Subject: - wip --- src/mesh/mesh2_protocol.h | 45 --------------------------------------------- 1 file changed, 45 deletions(-) (limited to 'src/mesh/mesh2_protocol.h') diff --git a/src/mesh/mesh2_protocol.h b/src/mesh/mesh2_protocol.h index 01f7f3487..9de407625 100644 --- a/src/mesh/mesh2_protocol.h +++ b/src/mesh/mesh2_protocol.h @@ -81,41 +81,6 @@ struct GNUNET_MESH_ManipulatePath /* struct GNUNET_PeerIdentity peers[path_length]; */ }; -/** - * Message for mesh data traffic to all tunnel targets. - */ -struct GNUNET_MESH_Multicast -{ - /** - * Type: GNUNET_MESSAGE_TYPE_MESH_MULTICAST - */ - struct GNUNET_MessageHeader header; - - /** - * TID of the tunnel - */ - uint32_t tid GNUNET_PACKED; - - /** - * Number of hops to live - */ - uint32_t ttl GNUNET_PACKED; - - /** - * Unique ID of the packet - */ - uint32_t pid GNUNET_PACKED; - - /** - * OID of the tunnel - */ - struct GNUNET_PeerIdentity oid; - - /** - * Payload follows - */ -}; - /** * Message for mesh data traffic to a particular destination from origin. @@ -147,11 +112,6 @@ struct GNUNET_MESH_Unicast */ struct GNUNET_PeerIdentity oid; - /** - * Destination. - */ - struct GNUNET_PeerIdentity destination; - /** * Payload follows */ @@ -188,11 +148,6 @@ struct GNUNET_MESH_ToOrigin */ struct GNUNET_PeerIdentity oid; - /** - * Sender of the message. - */ - struct GNUNET_PeerIdentity sender; - /** * Payload follows */ -- cgit v1.2.3