stuff
[oweals/gnunet.git] / src / transport / gnunet-service-transport_validation.h
index 27d30d83a00da70b0b458e613642071397467314..77c5164f972ce81f5f43835d66ebf37ea23e35f2 100644 (file)
@@ -105,6 +105,7 @@ struct GST_ValidationIteratorContext;
  * the validation module is aware of (for the given target).
  *
  * @param cls closure
+ * @param public_key public key for the peer, never NULL
  * @param target peer this change is about, never NULL
  * @param valid_until is ZERO if we never validated the address,
  *                    otherwise a time up to when we consider it (or was) valid
@@ -116,6 +117,7 @@ struct GST_ValidationIteratorContext;
  * @param plugin_address_len length of address
  */
 typedef void (*GST_ValidationAddressCallback)(void *cls,
+                                             const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded *public_key,
                                              const struct GNUNET_PeerIdentity *target,
                                              struct GNUNET_TIME_Absolute valid_until,
                                              struct GNUNET_TIME_Absolute validation_block,