aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_validation.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-11-30 14:45:27 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-11-30 14:45:27 +0000
commitb7fd524b858f2ab3af9183c1ead1bf54e44b312a (patch)
tree79d256cf1012df3f2fcef7b30ec33ace4e6644df /src/transport/gnunet-service-transport_validation.h
parentcdfc9de88b24d22a2c715834fcc66f4b68b55640 (diff)
downloadgnunet-b7fd524b858f2ab3af9183c1ead1bf54e44b312a.tar.gz
gnunet-b7fd524b858f2ab3af9183c1ead1bf54e44b312a.zip
some doxygen + refactoring of GST_validation_set_address_use
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