aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_validation.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-05 14:19:42 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-05 14:19:42 +0000
commitac2f5ee5b463af07b30c7064c7b7b8d39fbee117 (patch)
tree4f16d62cafab62686296519d352326f037b3af10 /src/transport/gnunet-service-transport_validation.h
parentbcec6624666bad99ee43625b0e5aa989f44bff5e (diff)
downloadgnunet-ac2f5ee5b463af07b30c7064c7b7b8d39fbee117.tar.gz
gnunet-ac2f5ee5b463af07b30c7064c7b7b8d39fbee117.zip
stuff
Diffstat (limited to 'src/transport/gnunet-service-transport_validation.h')
-rw-r--r--src/transport/gnunet-service-transport_validation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/gnunet-service-transport_validation.h b/src/transport/gnunet-service-transport_validation.h
index 0d6e0ef5a..17f4a1cd7 100644
--- a/src/transport/gnunet-service-transport_validation.h
+++ b/src/transport/gnunet-service-transport_validation.h
@@ -105,10 +105,10 @@ struct GST_ValidationIteratorContext;
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 last_validated_at is FOREVER if the address has not been validated (we're currently checking)
107 * is ZERO if the address was validated a long time ago (from PEERINFO) 107 * is ZERO if the address was validated a long time ago (from PEERINFO)
108 * is a time in the past if this process validated the address 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) 109 * @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) 110 * is ZERO if the address is considered valid (no validation needed)
111 * is a time in the future if we're currently denying re-validation 111 * otherwise a time in the future if we're currently denying re-validation
112 * @param plugin_name name of the plugin 112 * @param plugin_name name of the plugin
113 * @param plugin_address binary address 113 * @param plugin_address binary address
114 * @param plugin_address_len length of address 114 * @param plugin_address_len length of address