aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_mesh_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_mesh_service.h')
-rw-r--r--src/include/gnunet_mesh_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_mesh_service.h b/src/include/gnunet_mesh_service.h
index 25b380932..d5d4e39d1 100644
--- a/src/include/gnunet_mesh_service.h
+++ b/src/include/gnunet_mesh_service.h
@@ -269,7 +269,7 @@ union GNUNET_MESH_ChannelInfo
269 /** 269 /**
270 * Peer on the other side of the channel 270 * Peer on the other side of the channel
271 */ 271 */
272 const struct GNUNET_PeerIdentity *peer; 272 const struct GNUNET_PeerIdentity peer;
273}; 273};
274 274
275 275