- use variables to cound ch, conns
[oweals/gnunet.git] / src / mesh / mesh.h
index bb71d16680d1cb9df0d8c1af77109a0ce413e824..7011bd51ac6ebf495b58ef6603c064d527e22c64 100644 (file)
@@ -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;
 };
 
 /**