Adapted timeout for slower buildbots
[oweals/gnunet.git] / src / mesh / mesh_protocol.h
index 180ba453ffad427c2f0542ba64785c073e1fcae4..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
      */