- fixes, debug
[oweals/gnunet.git] / src / mesh / mesh2_protocol.h
index b96f43efc45c7af6c8624f936c94179eb082d754..07c5734fd462fa33e6f4aead4174375b9e64292a 100644 (file)
@@ -247,6 +247,11 @@ struct GNUNET_MESH_PathACK
      */
   struct GNUNET_PeerIdentity peer_id;
 
+    /**
+     * Initial ACK value for payload.
+     */
+  uint32_t ack GNUNET_PACKED;
+
   /* TODO: signature */
 };