aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-05 18:54:43 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-05 18:54:43 +0000
commitb474e8accaae339632954c808e05cfda2087f2fe (patch)
tree9bb01a324586c268aed9d4af1d4622f4258c1e9e /src/include
parentedacb648f31ab42d7f011d04a06dd23fd31ae54b (diff)
downloadgnunet-b474e8accaae339632954c808e05cfda2087f2fe.tar.gz
gnunet-b474e8accaae339632954c808e05cfda2087f2fe.zip
-fix
Diffstat (limited to 'src/include')
-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 af0c0a281..9d2562de8 100644
--- a/src/include/gnunet_mesh_service.h
+++ b/src/include/gnunet_mesh_service.h
@@ -269,7 +269,7 @@ union GNUNET_MESH_TunnelInfo
269 /** 269 /**
270 * Peer on the other side of the tunnel 270 * Peer on the other side of the tunnel
271 */ 271 */
272 const struct GNUNET_PeerIdentity *peer; 272 const struct GNUNET_PeerIdentity peer;
273}; 273};
274 274
275 275