aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-11-19 15:16:02 +0000
committerChristian Grothoff <christian@grothoff.org>2013-11-19 15:16:02 +0000
commitc59def05f46deeefed7db9eb8ad2469f0f8b085b (patch)
treeeba39424587acc8922b8912efa1e2eb0f92f6af7
parent9f9e43fe600a07542e04db6b8290a35716749740 (diff)
downloadgnunet-c59def05f46deeefed7db9eb8ad2469f0f8b085b.tar.gz
gnunet-c59def05f46deeefed7db9eb8ad2469f0f8b085b.zip
-fix
-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