aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-25 12:21:50 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-25 12:21:50 +0000
commitea69f50952d863c6e7250bc92559a3dca27ce97b (patch)
tree6dfa1aa9279518b44588bf23b6b11532e2da8bea /src/include/gnunet_transport_plugin.h
parent654ebcd8d7fe00a0ecde4871b1fc79e4030aa201 (diff)
downloadgnunet-ea69f50952d863c6e7250bc92559a3dca27ce97b.tar.gz
gnunet-ea69f50952d863c6e7250bc92559a3dca27ce97b.zip
-const
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 3e0a590ba..eb2cf300a 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 struct GNUNET_PeerIdentity *peer, 138 const struct GNUNET_PeerIdentity *peer,
139 const void *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 const 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