aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_ats.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-service-transport_ats.h')
-rw-r--r--src/transport/gnunet-service-transport_ats.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/transport/gnunet-service-transport_ats.h b/src/transport/gnunet-service-transport_ats.h
index b066ad74f..b203cc323 100644
--- a/src/transport/gnunet-service-transport_ats.h
+++ b/src/transport/gnunet-service-transport_ats.h
@@ -51,6 +51,17 @@ GST_ats_done (void);
51 51
52 52
53/** 53/**
54 * Test if ATS knows about this address.
55 *
56 * @param address the address
57 * @param session the session
58 * @return #GNUNET_YES if address is known, #GNUNET_NO if not.
59 */
60int
61GST_ats_is_known (const struct GNUNET_HELLO_Address *address,
62 struct Session *session);
63
64/**
54 * Notify ATS about the new address including the network this address is 65 * Notify ATS about the new address including the network this address is
55 * located in. 66 * located in.
56 * 67 *