From ffd9516faaaa7d2a9595039d10a759bb07988b77 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 2 Feb 2015 22:59:24 +0000 Subject: GST_validation_set_address_use does not need the session --- src/transport/gnunet-service-transport_validation.h | 4 +--- 1 file changed, 1 insertion(+), 3 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 ce5c427a1..337b47123 100644 --- a/src/transport/gnunet-service-transport_validation.h +++ b/src/transport/gnunet-service-transport_validation.h @@ -52,14 +52,12 @@ GST_validation_stop (void); * Based on this, the validation module will measure latency for the * address more or less often. * - * @param address the address - * @param session the session + * @param address the address that we are now using (or not) * @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_HELLO_Address *address, - struct Session *session, int in_use); -- cgit v1.2.3