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.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/transport/gnunet-service-transport_ats.h b/src/transport/gnunet-service-transport_ats.h
index c7b826484..b066ad74f 100644
--- a/src/transport/gnunet-service-transport_ats.h
+++ b/src/transport/gnunet-service-transport_ats.h
@@ -79,6 +79,19 @@ GST_ats_new_session (const struct GNUNET_HELLO_Address *address,
79 79
80 80
81/** 81/**
82 * Notify ATS about a new session now being in use (or not).
83 *
84 * @param address the address
85 * @param session the session
86 * @param in_use #GNUNET_YES or #GNUNET_NO
87 */
88void
89GST_ats_set_in_use (const struct GNUNET_HELLO_Address *address,
90 struct Session *session,
91 int in_use);
92
93
94/**
82 * Notify ATS about property changes to an address 95 * Notify ATS about property changes to an address
83 * 96 *
84 * @param address the address 97 * @param address the address