From aad2f0838ef0586366fe4e3921013b7af6a4ea65 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 6 Aug 2011 18:47:22 +0000 Subject: send validation PING --- src/transport/gnunet-service-transport_validation.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/transport/gnunet-service-transport_validation.h') 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; * * @param cls closure * @param target peer this change is about, never NULL - * @param last_validated_at is FOREVER if the address has not been validated (we're currently checking) - * is ZERO if the address was validated a long time ago (from PEERINFO) - * otherwise a time in the past if this process validated the address + * @param valid_until is ZERO if we never validated the address, + * otherwise a time up to when we consider it (or was) valid * @param validation_block is FOREVER if the address is for an unsupported plugin (from PEERINFO) * is ZERO if the address is considered valid (no validation needed) * otherwise a time in the future if we're currently denying re-validation @@ -115,7 +114,7 @@ struct GST_ValidationIteratorContext; */ typedef void (*GST_ValidationAddressCallback)(void *cls, const struct GNUNET_PeerIdentity *target, - struct GNUNET_TIME_Absolute last_validated_at, + struct GNUNET_TIME_Absolute valid_until, struct GNUNET_TIME_Absolute validation_block, const char *plugin_name, const void *plugin_address, -- cgit v1.2.3