aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_ats.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-25 21:27:31 +0000
committerChristian Grothoff <christian@grothoff.org>2015-01-25 21:27:31 +0000
commit4939e6e943f7480ebc9d5c23b6cc3251e8a42286 (patch)
tree81d279e8326ab022e6135c131420b1894547af18 /src/transport/gnunet-service-transport_ats.h
parent896e28ee7d8aee5fb15c905eef18a6f73e844d7f (diff)
downloadgnunet-4939e6e943f7480ebc9d5c23b6cc3251e8a42286.tar.gz
gnunet-4939e6e943f7480ebc9d5c23b6cc3251e8a42286.zip
fixing wrong assertions
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 *