(no commit message)
authorMatthias Wachs <wachs@net.in.tum.de>
Thu, 2 Dec 2010 14:41:18 +0000 (14:41 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Thu, 2 Dec 2010 14:41:18 +0000 (14:41 +0000)
src/include/gnunet_transport_service.h

index 1c70e312d886aec3b45fcc8483aa5cc7a1d468d5..3ada9a7cd0e92c4683e698ac3c58404f18a7e69e 100644 (file)
@@ -335,13 +335,14 @@ enum GNUNET_TRANSPORT_ATS_Property
    */
   GNUNET_TRANSPORT_ATS_QUALITY_NET_THROUGHPUT = 1033,
   
 /**
-   * Distance on network layer
-   *
-   * Unit: []
-   */
+ /**
+  * Distance on network layer
+  *
+  * Unit: []
+  */
   GNUNET_TRANSPORT_ATS_QUALITY_NET_DISTANCE = 1034,
 
+
   /* Availability related values */
   /* =========================== */
   
@@ -390,6 +391,8 @@ struct GNUNET_TRANSPORT_ATS_Information
 };
 
 
+
+
 /**
  * Function called by the transport for each received message.
  *
@@ -405,7 +408,7 @@ typedef void (*GNUNET_TRANSPORT_ReceiveCallback) (void *cls,
                                                   const struct
                                                   GNUNET_MessageHeader *
                                                   message,
-                                                 const struct GNUNET_TRANSPORT_ATS_Information *ats,
+                                                  const struct GNUNET_TRANSPORT_ATS_Information *ats,
                                                   uint32_t ats_count);