aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_protocol.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-08-04 15:29:25 +0000
committerBart Polot <bart@net.in.tum.de>2011-08-04 15:29:25 +0000
commita7463441f1251ec3480d60c7b7816f24104a9b75 (patch)
tree3ac4d905c23e3811db5071534e6b4a2a8b6f2405 /src/mesh/mesh_protocol.h
parentceb6ebc2337fff55f9e01e4e3c5470684ce2319a (diff)
downloadgnunet-a7463441f1251ec3480d60c7b7816f24104a9b75.tar.gz
gnunet-a7463441f1251ec3480d60c7b7816f24104a9b75.zip
Added handler for Path ACK messages
Diffstat (limited to 'src/mesh/mesh_protocol.h')
-rw-r--r--src/mesh/mesh_protocol.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesh/mesh_protocol.h b/src/mesh/mesh_protocol.h
index 8868d0c66..c23e3a1a6 100644
--- a/src/mesh/mesh_protocol.h
+++ b/src/mesh/mesh_protocol.h
@@ -172,6 +172,11 @@ struct GNUNET_MESH_PathACK
172 */ 172 */
173 struct GNUNET_PeerIdentity oid; 173 struct GNUNET_PeerIdentity oid;
174 174
175 /**
176 * ID of the endpoint
177 */
178 struct GNUNET_PeerIdentity peer_id;
179
175 /* TODO: signature */ 180 /* TODO: signature */
176}; 181};
177 182