gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r13092 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r13092 - gnunet/src/transport
Date: Wed, 29 Sep 2010 11:41:39 +0200

Author: nevans
Date: 2010-09-29 11:41:39 +0200 (Wed, 29 Sep 2010)
New Revision: 13092

Modified:
   gnunet/src/transport/plugin_transport.h
Log:
fixme for missing def

Modified: gnunet/src/transport/plugin_transport.h
===================================================================
--- gnunet/src/transport/plugin_transport.h     2010-09-29 09:27:17 UTC (rev 
13091)
+++ gnunet/src/transport/plugin_transport.h     2010-09-29 09:41:39 UTC (rev 
13092)
@@ -152,10 +152,10 @@
  * @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 @@
    * 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]