summaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_transport_plugin.h')
-rw-r--r--src/include/gnunet_transport_plugin.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/include/gnunet_transport_plugin.h b/src/include/gnunet_transport_plugin.h
index bc635b1cc..3e0a590ba 100644
--- a/src/include/gnunet_transport_plugin.h
+++ b/src/include/gnunet_transport_plugin.h
@@ -135,12 +135,12 @@ typedef struct GNUNET_ATS_Information
135 */ 135 */
136typedef void 136typedef void
137(*GNUNET_TRANSPORT_UpdateAddressMetrics) (void *cls, 137(*GNUNET_TRANSPORT_UpdateAddressMetrics) (void *cls,
138 const struct GNUNET_PeerIdentity *peer, 138 struct GNUNET_PeerIdentity *peer,
139 const char *address, 139 const void *address,
140 uint16_t address_len, 140 uint16_t address_len,
141 struct Session *session, 141 struct Session *session,
142 struct GNUNET_ATS_Information *ats, 142 struct GNUNET_ATS_Information *ats,
143 uint32_t ats_count); 143 uint32_t ats_count);
144 144
145/** 145/**
146 * Function that will be called for each address the transport 146 * Function that will be called for each address the transport