aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh2_protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/mesh2_protocol.h')
-rw-r--r--src/mesh/mesh2_protocol.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesh/mesh2_protocol.h b/src/mesh/mesh2_protocol.h
index 0ccbecc43..2a312eff7 100644
--- a/src/mesh/mesh2_protocol.h
+++ b/src/mesh/mesh2_protocol.h
@@ -199,11 +199,6 @@ struct GNUNET_MESH_Poll
199 * OID of the tunnel 199 * OID of the tunnel
200 */ 200 */
201 struct GNUNET_PeerIdentity oid; 201 struct GNUNET_PeerIdentity oid;
202
203 /**
204 * Last ACK received.
205 */
206 uint32_t last_ack;
207}; 202};
208 203
209/** 204/**