- dead code
authorBart Polot <bart@net.in.tum.de>
Tue, 23 Jul 2013 13:24:45 +0000 (13:24 +0000)
committerBart Polot <bart@net.in.tum.de>
Tue, 23 Jul 2013 13:24:45 +0000 (13:24 +0000)
src/mesh/mesh_protocol.h

index 51e65ecdd8100bb0908588435add3c0d6521f561..37d3676f0f01fbd989c8e954d45cefda78ee91d5 100644 (file)
@@ -78,26 +78,6 @@ struct GNUNET_MESH_CreateTunnel
   /* struct GNUNET_PeerIdentity peers[path_length]; */
 };
 
-/**
- * Message for mesh path destruction.
- */
-struct GNUNET_MESH_DestroyTunnel
-{
-  /**
-   * Type: GNUNET_MESSAGE_TYPE_MESH_PATH_DESTROY
-   *
-   * Size: sizeof(struct GNUNET_MESH_ManipulatePath) +
-   *       path_length * sizeof (struct GNUNET_PeerIdentity)
-   */
-  struct GNUNET_MessageHeader header;
-  
-  /**
-   * Global id of the tunnel this path belongs to,
-   * unique in conjunction with the origin.
-   */
-  uint32_t tid GNUNET_PACKED;
-};
-
 
 /**
  * Message for mesh data traffic.