- correct port
[oweals/gnunet.git] / src / transport / gnunet-service-transport_validation.h
index f5282d4e9e8de02146883c6cb428a41bfba05eb3..9b1063be3740d3d05f432c3f1387ada27300e8eb 100644 (file)
@@ -51,15 +51,13 @@ GST_validation_stop (void);
  * Based on this, the validation module will measure latency for the
  * address more or less often.
  *
- * @param sender peer FIXME: redundant!
  * @param address the address
  * @param session session
  * @param in_use GNUNET_YES if we are now using the address for a connection,
  *               GNUNET_NO if we are no longer using the address for a connection
  */
 void
-GST_validation_set_address_use (const struct GNUNET_PeerIdentity *sender,
-                                const struct GNUNET_HELLO_Address *address,
+GST_validation_set_address_use (const struct GNUNET_HELLO_Address *address,
                                 struct Session *session, int in_use);