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.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/transport/gnunet-service-transport_validation.h b/src/transport/gnunet-service-transport_validation.h
index 17f4a1cd7..218b45457 100644
--- a/src/transport/gnunet-service-transport_validation.h
+++ b/src/transport/gnunet-service-transport_validation.h
@@ -103,9 +103,8 @@ struct GST_ValidationIteratorContext;
103 * 103 *
104 * @param cls closure 104 * @param cls closure
105 * @param target peer this change is about, never NULL 105 * @param target peer this change is about, never NULL
106 * @param last_validated_at is FOREVER if the address has not been validated (we're currently checking) 106 * @param valid_until is ZERO if we never validated the address,
107 * is ZERO if the address was validated a long time ago (from PEERINFO) 107 * otherwise a time up to when we consider it (or was) valid
108 * otherwise a time in the past if this process validated the address
109 * @param validation_block is FOREVER if the address is for an unsupported plugin (from PEERINFO) 108 * @param validation_block is FOREVER if the address is for an unsupported plugin (from PEERINFO)
110 * is ZERO if the address is considered valid (no validation needed) 109 * is ZERO if the address is considered valid (no validation needed)
111 * otherwise a time in the future if we're currently denying re-validation 110 * otherwise a time in the future if we're currently denying re-validation
@@ -115,7 +114,7 @@ struct GST_ValidationIteratorContext;
115 */ 114 */
116typedef void (*GST_ValidationAddressCallback)(void *cls, 115typedef void (*GST_ValidationAddressCallback)(void *cls,
117 const struct GNUNET_PeerIdentity *target, 116 const struct GNUNET_PeerIdentity *target,
118 struct GNUNET_TIME_Absolute last_validated_at, 117 struct GNUNET_TIME_Absolute valid_until,
119 struct GNUNET_TIME_Absolute validation_block, 118 struct GNUNET_TIME_Absolute validation_block,
120 const char *plugin_name, 119 const char *plugin_name,
121 const void *plugin_address, 120 const void *plugin_address,