aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-08 11:29:29 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-08 11:29:29 +0000
commit2f02cbbfb34c8994a6fa5efb0dce1bd3c5a6833b (patch)
tree635ee94081144ac9df29d31726abb56d3637b325 /src/include/gnunet_transport_plugin.h
parente4dd537d1b8b66a750d963c6502c7f48e2e810a3 (diff)
downloadgnunet-2f02cbbfb34c8994a6fa5efb0dce1bd3c5a6833b.tar.gz
gnunet-2f02cbbfb34c8994a6fa5efb0dce1bd3c5a6833b.zip
do not print to stderr
Diffstat (limited to 'src/include/gnunet_transport_plugin.h')
-rw-r--r--src/include/gnunet_transport_plugin.h6
1 files changed, 3 insertions, 3 deletions
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
112 GNUNET_MessageHeader * 112 GNUNET_MessageHeader *
113 message, 113 message,
114 const struct GNUNET_TRANSPORT_ATS_Information *ats, 114 const struct GNUNET_TRANSPORT_ATS_Information *ats,
115 uint32_t ats_count, 115 uint32_t ats_count,
116 struct Session *session, 116 struct Session *session,
117 const char *sender_address, 117 const char *sender_address,
118 uint16_t sender_address_len); 118 uint16_t sender_address_len);
@@ -171,10 +171,10 @@ typedef struct GNUNET_TIME_Relative (*GNUNET_TRANSPORT_TrafficReport) (void *cls
171 * @param cost pointer to the first element of struct GNUNET_TRANSPORT_ATS_Cost_Information[] 171 * @param cost pointer to the first element of struct GNUNET_TRANSPORT_ATS_Cost_Information[]
172 */ 172 */
173typedef void (*GNUNET_TRANSPORT_CostReport) (void *cls, 173typedef void (*GNUNET_TRANSPORT_CostReport) (void *cls,
174 const struct GNUNET_PeerIdentity *peer, 174 const struct GNUNET_PeerIdentity *peer,
175 const void *addr, 175 const void *addr,
176 uint16_t addrlen, 176 uint16_t addrlen,
177 struct GNUNET_TRANSPORT_ATS_Information * cost); 177 struct GNUNET_TRANSPORT_ATS_Information * cost);
178 178
179/** 179/**
180 * The transport service will pass a pointer to a struct 180 * The transport service will pass a pointer to a struct