X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fmesh%2Fmesh.h;h=7011bd51ac6ebf495b58ef6603c064d527e22c64;hb=e43078b68951ad8a3daa3a193473e9c321549e1d;hp=bb71d16680d1cb9df0d8c1af77109a0ce413e824;hpb=85c394f637976950c4635529d6198b5f93d4c397;p=oweals%2Fgnunet.git diff --git a/src/mesh/mesh.h b/src/mesh/mesh.h index bb71d1668..7011bd51a 100644 --- a/src/mesh/mesh.h +++ b/src/mesh/mesh.h @@ -181,12 +181,12 @@ struct GNUNET_MESH_LocalInfo /** * ID of the owner of the channel (can be local peer). */ - struct GNUNET_PeerIdentity owner; +// struct GNUNET_PeerIdentity owner; /** * ID of the destination of the channel (can be local peer). */ - struct GNUNET_PeerIdentity destination; + struct GNUNET_PeerIdentity peer; }; /**