aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_validation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-service-transport_validation.h')
-rw-r--r--src/transport/gnunet-service-transport_validation.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/transport/gnunet-service-transport_validation.h b/src/transport/gnunet-service-transport_validation.h
index f5282d4e9..9b1063be3 100644
--- a/src/transport/gnunet-service-transport_validation.h
+++ b/src/transport/gnunet-service-transport_validation.h
@@ -51,15 +51,13 @@ GST_validation_stop (void);
51 * Based on this, the validation module will measure latency for the 51 * Based on this, the validation module will measure latency for the
52 * address more or less often. 52 * address more or less often.
53 * 53 *
54 * @param sender peer FIXME: redundant!
55 * @param address the address 54 * @param address the address
56 * @param session session 55 * @param session session
57 * @param in_use GNUNET_YES if we are now using the address for a connection, 56 * @param in_use GNUNET_YES if we are now using the address for a connection,
58 * GNUNET_NO if we are no longer using the address for a connection 57 * GNUNET_NO if we are no longer using the address for a connection
59 */ 58 */
60void 59void
61GST_validation_set_address_use (const struct GNUNET_PeerIdentity *sender, 60GST_validation_set_address_use (const struct GNUNET_HELLO_Address *address,
62 const struct GNUNET_HELLO_Address *address,
63 struct Session *session, int in_use); 61 struct Session *session, int in_use);
64 62
65 63