aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/mesh.h')
-rw-r--r--src/mesh/mesh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/mesh.h b/src/mesh/mesh.h
index 5d404c88d..2c260030d 100644
--- a/src/mesh/mesh.h
+++ b/src/mesh/mesh.h
@@ -112,7 +112,7 @@ struct GNUNET_MESH_Data {
112 112
113 uint32_t tunnel_id GNUNET_PACKED; 113 uint32_t tunnel_id GNUNET_PACKED;
114 114
115 struct GNUNET_PeerIdentity destination GNUNET_PACKED; 115 struct GNUNET_PeerIdentity destination;
116 116
117 /* uint8_t data[] */ 117 /* uint8_t data[] */
118}; 118};