aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_ats.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-25 21:07:24 +0000
committerChristian Grothoff <christian@grothoff.org>2015-01-25 21:07:24 +0000
commitee266d0bd0b96c67ac1c7f76fff41980bb181e64 (patch)
tree83ecfde601054fe58e1748653ef0d05d9833b48f /src/transport/gnunet-service-transport_ats.h
parentcc1a0361b423f92a18115785c13893e04bf6799a (diff)
downloadgnunet-ee266d0bd0b96c67ac1c7f76fff41980bb181e64.tar.gz
gnunet-ee266d0bd0b96c67ac1c7f76fff41980bb181e64.zip
-indentation plugin_transport_udp.c
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 *