- disable try_connect to force topology
[oweals/gnunet.git] / src / mesh / mesh2.h
index 3bcd067eec45802fe41b35a89d7efe733cf47069..360bfabb4431801009996430a0c12885ba871d00 100644 (file)
@@ -204,7 +204,7 @@ struct GNUNET_MESH_LocalAck
     /**
      * ID of the last packet allowed.
      */
-  uint32_t max_pid GNUNET_PACKED;
+  uint32_t ack GNUNET_PACKED;
 };