speeling and coverity fix
[oweals/gnunet.git] / src / transport / transport.h
index 8f22abd183a4a09990952b26adaf1d73d0cbea95..00af17cab48bc4eea99a0e8966e879ce1c2cd3ac 100644 (file)
@@ -91,16 +91,6 @@ struct ConnectInfoMessage
    */
   uint32_t ats_count GNUNET_PACKED;
 
-  /**
-   * Transport distance metric (i.e. hops for DV)
-   */
-  uint32_t distance;
-
-  /**
-   * Latency estimate.
-   */
-  struct GNUNET_TIME_RelativeNBO latency;
-
   /**
    * Identity of the new neighbour.
    */
@@ -206,21 +196,11 @@ struct InboundMessage
    */
   uint32_t ats_count GNUNET_PACKED;
 
-  /**
-   * Latency estimate.
-   */
-  //struct GNUNET_TIME_RelativeNBO latency;
-
   /**
    * Which peer sent the message?
    */
   struct GNUNET_PeerIdentity peer;
 
-  /**
-   * Distance metric.
-   */
-  //uint32_t distance;
-
   /**
    * First of the ATS information blocks (we must have at least
    * one due to the 0-termination requirement).