From 000194fb9558f04154728c3d0716a5f66e416868 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Wed, 29 Sep 2010 09:41:39 +0000 Subject: [PATCH] fixme for missing def --- src/transport/plugin_transport.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.25.1