From 2f02cbbfb34c8994a6fa5efb0dce1bd3c5a6833b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 8 Mar 2011 11:29:29 +0000 Subject: do not print to stderr --- src/include/gnunet_transport_plugin.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/include/gnunet_transport_plugin.h') diff --git a/src/include/gnunet_transport_plugin.h b/src/include/gnunet_transport_plugin.h index d8e567106..507d95abe 100644 --- a/src/include/gnunet_transport_plugin.h +++ b/src/include/gnunet_transport_plugin.h @@ -112,7 +112,7 @@ typedef struct GNUNET_TIME_Relative (*GNUNET_TRANSPORT_PluginReceiveCallback) (v GNUNET_MessageHeader * message, const struct GNUNET_TRANSPORT_ATS_Information *ats, - uint32_t ats_count, + uint32_t ats_count, struct Session *session, const char *sender_address, uint16_t sender_address_len); @@ -171,10 +171,10 @@ typedef struct GNUNET_TIME_Relative (*GNUNET_TRANSPORT_TrafficReport) (void *cls * @param cost pointer to the first element of struct GNUNET_TRANSPORT_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_TRANSPORT_ATS_Information * cost); + struct GNUNET_TRANSPORT_ATS_Information * cost); /** * The transport service will pass a pointer to a struct -- cgit v1.2.3