aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-12 15:00:47 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-12 15:00:47 +0000
commit63d15aa9d1ea50933ff34fc42916024a5d3196bf (patch)
tree5f5dad8cabd420639867d630a0b92c000001fc06 /src/include
parente5a68574ecfc990eedae657c74e54dda3d96f599 (diff)
downloadgnunet-63d15aa9d1ea50933ff34fc42916024a5d3196bf.tar.gz
gnunet-63d15aa9d1ea50933ff34fc42916024a5d3196bf.zip
no need for public key
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_ats_service.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/gnunet_ats_service.h b/src/include/gnunet_ats_service.h
index 0001bd1e5..87bd4eba0 100644
--- a/src/include/gnunet_ats_service.h
+++ b/src/include/gnunet_ats_service.h
@@ -94,7 +94,6 @@ GNUNET_ATS_shutdown (struct GNUNET_ATS_Handle *atc);
94 * Signature of a function that takes an address suggestion 94 * Signature of a function that takes an address suggestion
95 * 95 *
96 * @param cls closure 96 * @param cls closure
97 * @param public_key public key of the peer
98 * @param peer identity of the new peer 97 * @param peer identity of the new peer
99 * @param plugin_name name of the plugin, NULL if we have no suggestion 98 * @param plugin_name name of the plugin, NULL if we have no suggestion
100 * @param plugin_addr suggested address, NULL if we have no suggestion 99 * @param plugin_addr suggested address, NULL if we have no suggestion
@@ -104,7 +103,6 @@ GNUNET_ATS_shutdown (struct GNUNET_ATS_Handle *atc);
104 * @param ats_count number of performance records in 'ats' 103 * @param ats_count number of performance records in 'ats'
105 */ 104 */
106typedef void (*GNUNET_ATS_AddressSuggestionCallback)(void *cls, 105typedef void (*GNUNET_ATS_AddressSuggestionCallback)(void *cls,
107 const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded *public_key,
108 const struct GNUNET_PeerIdentity *peer, 106 const struct GNUNET_PeerIdentity *peer,
109 const char *plugin_name, 107 const char *plugin_name,
110 const void *plugin_addr, 108 const void *plugin_addr,
@@ -151,7 +149,6 @@ GNUNET_ATS_suggest_address_cancel (struct GNUNET_ATS_SuggestionContext *asc);
151 * Calculate bandwidth assignments including the new peer. 149 * Calculate bandwidth assignments including the new peer.
152 * 150 *
153 * @param atc handle 151 * @param atc handle
154 * @param public_key public key of the peer
155 * @param peer identity of the new peer 152 * @param peer identity of the new peer
156 * @param plugin_name name of the currently used transport plugin 153 * @param plugin_name name of the currently used transport plugin
157 * @param session session in use (if available) 154 * @param session session in use (if available)
@@ -162,7 +159,6 @@ GNUNET_ATS_suggest_address_cancel (struct GNUNET_ATS_SuggestionContext *asc);
162 */ 159 */
163void 160void
164GNUNET_ATS_peer_connect (struct GNUNET_ATS_Handle *atc, 161GNUNET_ATS_peer_connect (struct GNUNET_ATS_Handle *atc,
165 const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded *public_key,
166 const struct GNUNET_PeerIdentity *peer, 162 const struct GNUNET_PeerIdentity *peer,
167 const char *plugin_name, 163 const char *plugin_name,
168 struct Session *session, 164 struct Session *session,
@@ -207,7 +203,6 @@ GNUNET_ATS_session_destroyed (struct GNUNET_ATS_Handle *atc,
207 * for later use). Update bandwidth assignments. 203 * for later use). Update bandwidth assignments.
208 * 204 *
209 * @param atc handle 205 * @param atc handle
210 * @param public_key public key of the peer
211 * @param peer identity of the new peer 206 * @param peer identity of the new peer
212 * @param valid_until how long is the address valid? 207 * @param valid_until how long is the address valid?
213 * @param plugin_name name of the transport plugin 208 * @param plugin_name name of the transport plugin
@@ -219,7 +214,6 @@ GNUNET_ATS_session_destroyed (struct GNUNET_ATS_Handle *atc,
219 */ 214 */
220void 215void
221GNUNET_ATS_address_update (struct GNUNET_ATS_Handle *atc, 216GNUNET_ATS_address_update (struct GNUNET_ATS_Handle *atc,
222 const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded *public_key,
223 const struct GNUNET_PeerIdentity *peer, 217 const struct GNUNET_PeerIdentity *peer,
224 struct GNUNET_TIME_Absolute valid_until, 218 struct GNUNET_TIME_Absolute valid_until,
225 const char *plugin_name, 219 const char *plugin_name,