aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_validation.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-07 13:37:05 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-07 13:37:05 +0000
commit7ba6e451d50e4a9388e80c4082ab79ce1ddefbf8 (patch)
tree557d80d62cdea177946f2b0d4b486543a5b2484e /src/transport/gnunet-service-transport_validation.h
parent63760db5bbd9c8b5cc2552b9705141f0d696b5d1 (diff)
downloadgnunet-7ba6e451d50e4a9388e80c4082ab79ce1ddefbf8.tar.gz
gnunet-7ba6e451d50e4a9388e80c4082ab79ce1ddefbf8.zip
stuff
Diffstat (limited to 'src/transport/gnunet-service-transport_validation.h')
-rw-r--r--src/transport/gnunet-service-transport_validation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/transport/gnunet-service-transport_validation.h b/src/transport/gnunet-service-transport_validation.h
index 27d30d83a..77c5164f9 100644
--- a/src/transport/gnunet-service-transport_validation.h
+++ b/src/transport/gnunet-service-transport_validation.h
@@ -105,6 +105,7 @@ struct GST_ValidationIteratorContext;
105 * the validation module is aware of (for the given target). 105 * the validation module is aware of (for the given target).
106 * 106 *
107 * @param cls closure 107 * @param cls closure
108 * @param public_key public key for the peer, never NULL
108 * @param target peer this change is about, never NULL 109 * @param target peer this change is about, never NULL
109 * @param valid_until is ZERO if we never validated the address, 110 * @param valid_until is ZERO if we never validated the address,
110 * otherwise a time up to when we consider it (or was) valid 111 * otherwise a time up to when we consider it (or was) valid
@@ -116,6 +117,7 @@ struct GST_ValidationIteratorContext;
116 * @param plugin_address_len length of address 117 * @param plugin_address_len length of address
117 */ 118 */
118typedef void (*GST_ValidationAddressCallback)(void *cls, 119typedef void (*GST_ValidationAddressCallback)(void *cls,
120 const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded *public_key,
119 const struct GNUNET_PeerIdentity *target, 121 const struct GNUNET_PeerIdentity *target,
120 struct GNUNET_TIME_Absolute valid_until, 122 struct GNUNET_TIME_Absolute valid_until,
121 struct GNUNET_TIME_Absolute validation_block, 123 struct GNUNET_TIME_Absolute validation_block,