Adapted timeout for slower buildbots
[oweals/gnunet.git] / src / mesh / mesh_protocol.h
index e16f32093a7735b3c6b5f1c114b77540b748deb1..b6c7f1b24a9322f0b82698e9cf4c622ab37a2bb3 100644 (file)
@@ -80,6 +80,16 @@ struct GNUNET_MESH_Multicast
      */
   uint32_t tid GNUNET_PACKED;
 
+    /**
+     * Number of hops to live
+     */
+  uint32_t ttl GNUNET_PACKED;
+
+    /**
+     * Unique ID of the packet
+     */
+  uint32_t mid GNUNET_PACKED;
+
     /**
      * OID of the tunnel
      */
@@ -206,7 +216,7 @@ struct GNUNET_MESH_PathBroken
      * ID of the endpoint
      */
   struct GNUNET_PeerIdentity peer1;
-  
+
     /**
      * ID of the endpoint
      */