- fix error check
[oweals/gnunet.git] / src / mesh / mesh_protocol.h
index dc6c4d59142a5c63f651aa4821f40848d6923cd9..e2a18b1d808d7fb7fa1c105357c556e7d9258e21 100644 (file)
@@ -173,6 +173,16 @@ struct GNUNET_MESH_ToOrigin
      */
   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
      */