aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_validation.h
diff options
context:
space:
mode:
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,