fixme for missing def
authorNathan S. Evans <evans@in.tum.de>
Wed, 29 Sep 2010 09:41:39 +0000 (09:41 +0000)
committerNathan S. Evans <evans@in.tum.de>
Wed, 29 Sep 2010 09:41:39 +0000 (09:41 +0000)
src/transport/plugin_transport.h

index 0fa5e98eab566481dcb5c699b813f90c861aa0fb..13bdcfa6677adc502e51437ec8ec7c227121956e 100644 (file)
@@ -152,10 +152,10 @@ typedef void (*GNUNET_TRANSPORT_AddressNotification) (void *cls,
  * @param cost pointer to the first element of struct GNUNET_ATS_Cost_Information[]
  */
 typedef void (*GNUNET_TRANSPORT_CostReport) (void *cls,
-                                                                                        const struct GNUNET_PeerIdentity *peer,
+                                             const struct GNUNET_PeerIdentity *peer,
                                              const void *addr,
                                              uint16_t addrlen,
-                                                                                        struct GNUNET_ATS_Cost_Information * cost);
+                                            struct GNUNET_ATS_Cost_Information * cost);
 
 /**
  * The transport service will pass a pointer to a struct
@@ -212,7 +212,7 @@ struct GNUNET_TRANSPORT_PluginEnvironment
    * Inform service about traffic received, get information
    * about when we might be willing to receive more.
    */
-  GNUNET_TRANSPORT_TrafficReport traffic_report;
+  /* FIXME: this wasn't defined anywhere... GNUNET_TRANSPORT_TrafficReport traffic_report;*/
 
   /**
    * Function that must be called by the plugin when a non-NULL