aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_protocol_enc.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-10-30 09:41:10 +0000
committerBart Polot <bart@net.in.tum.de>2013-10-30 09:41:10 +0000
commit116ec96c7f21502b66a8f7a3f1783c568512764c (patch)
treeb5cb400c6810af85e1ebd8cdc2c26b4383a43141 /src/mesh/mesh_protocol_enc.h
parent8b6e1176088d20068cc0de0db8ba0b1006329969 (diff)
downloadgnunet-116ec96c7f21502b66a8f7a3f1783c568512764c.tar.gz
gnunet-116ec96c7f21502b66a8f7a3f1783c568512764c.zip
- kx
Diffstat (limited to 'src/mesh/mesh_protocol_enc.h')
-rw-r--r--src/mesh/mesh_protocol_enc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/mesh_protocol_enc.h b/src/mesh/mesh_protocol_enc.h
index 1511071c6..4963d1d2d 100644
--- a/src/mesh/mesh_protocol_enc.h
+++ b/src/mesh/mesh_protocol_enc.h
@@ -202,7 +202,7 @@ struct GNUNET_MESH_KX_Pong
202 struct GNUNET_PeerIdentity target; 202 struct GNUNET_PeerIdentity target;
203 203
204 /** 204 /**
205 * Same nonce as in the received PING message. 205 * Same nonce as in the reve.
206 */ 206 */
207 uint32_t nonce GNUNET_PACKED; 207 uint32_t nonce GNUNET_PACKED;
208}; 208};