gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r28268 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r28268 - gnunet/src/mesh
Date: Tue, 23 Jul 2013 15:24:45 +0200

Author: bartpolot
Date: 2013-07-23 15:24:45 +0200 (Tue, 23 Jul 2013)
New Revision: 28268

Modified:
   gnunet/src/mesh/mesh_protocol.h
Log:
- dead code

Modified: gnunet/src/mesh/mesh_protocol.h
===================================================================
--- gnunet/src/mesh/mesh_protocol.h     2013-07-23 13:20:34 UTC (rev 28267)
+++ gnunet/src/mesh/mesh_protocol.h     2013-07-23 13:24:45 UTC (rev 28268)
@@ -78,27 +78,7 @@
   /* 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.
  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]