aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_plugin.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-03-25 09:41:29 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-03-25 09:41:29 +0000
commitf1dc3e85bc6ff5633b88da121cde855c5874f986 (patch)
tree9a417ddfea3688eb8cf3d32c96465c83ebd05696 /src/include/gnunet_transport_plugin.h
parentb95a377885d3aaaedca0004e38a0ec8db0e7ae01 (diff)
downloadgnunet-f1dc3e85bc6ff5633b88da121cde855c5874f986.tar.gz
gnunet-f1dc3e85bc6ff5633b88da121cde855c5874f986.zip
doxygen
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