-doxygen
[oweals/gnunet.git] / src / dv / dv.h
index c0247218efa7c8712307937af4a95985d63fd288..b20e0b8ffe0a6ee611af2efc8e3271d7f267bf5e 100644 (file)
@@ -46,6 +46,11 @@ struct GNUNET_DV_ConnectMessage
    */
   uint32_t distance GNUNET_PACKED;
 
+  /**
+   * The network the peer is in
+   */
+  uint32_t network GNUNET_PACKED;
+
   /**
    * The other peer (at the given distance).
    */
@@ -142,7 +147,7 @@ struct GNUNET_DV_AckMessage
   /**
    * Type: GNUNET_MESSAGE_TYPE_DV_SEND_ACK or
    * GNUNET_MESSAGE_TYPE_DV_SEND_NACK.
-   */ 
+   */
   struct GNUNET_MessageHeader header;
 
   /**
@@ -166,7 +171,7 @@ struct GNUNET_DV_DistanceUpdateMessage
 {
   /**
    * Type: GNUNET_MESSAGE_TYPE_DV_DISTANCE_CHANGED.
-   */ 
+   */
   struct GNUNET_MessageHeader header;
 
   /**