From: Nathan S. Evans Date: Wed, 29 Sep 2010 09:41:39 +0000 (+0000) Subject: fixme for missing def X-Git-Tag: initial-import-from-subversion-38251~20243 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=000194fb9558f04154728c3d0716a5f66e416868;p=oweals%2Fgnunet.git fixme for missing def --- diff --git a/src/transport/plugin_transport.h b/src/transport/plugin_transport.h index 0fa5e98ea..13bdcfa66 100644 --- a/src/transport/plugin_transport.h +++ b/src/transport/plugin_transport.h @@ -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