From 9cd0d5068f3341fe8451a61872894f28a5ac9047 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 18 Oct 2015 12:33:21 +0000 Subject: rename 'struct Session' to 'struct GNUNET_ATS_Session' to satisfy naming conventions --- src/transport/gnunet-service-transport_ats.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/transport/gnunet-service-transport_ats.h') diff --git a/src/transport/gnunet-service-transport_ats.h b/src/transport/gnunet-service-transport_ats.h index e73e82913..5e98112f8 100644 --- a/src/transport/gnunet-service-transport_ats.h +++ b/src/transport/gnunet-service-transport_ats.h @@ -52,7 +52,7 @@ GST_ats_done (void); */ int GST_ats_is_known (const struct GNUNET_HELLO_Address *address, - struct Session *session); + struct GNUNET_ATS_Session *session); /** @@ -77,7 +77,7 @@ GST_ats_is_known_no_session (const struct GNUNET_HELLO_Address *address); */ void GST_ats_block_address (const struct GNUNET_HELLO_Address *address, - struct Session *session); + struct GNUNET_ATS_Session *session); /** @@ -90,7 +90,7 @@ GST_ats_block_address (const struct GNUNET_HELLO_Address *address, */ void GST_ats_block_reset (const struct GNUNET_HELLO_Address *address, - struct Session *session); + struct GNUNET_ATS_Session *session); /** @@ -105,7 +105,7 @@ GST_ats_block_reset (const struct GNUNET_HELLO_Address *address, */ void GST_ats_add_inbound_address (const struct GNUNET_HELLO_Address *address, - struct Session *session, + struct GNUNET_ATS_Session *session, const struct GNUNET_ATS_Properties *prop); @@ -132,7 +132,7 @@ GST_ats_add_address (const struct GNUNET_HELLO_Address *address, */ void GST_ats_new_session (const struct GNUNET_HELLO_Address *address, - struct Session *session); + struct GNUNET_ATS_Session *session); /** @@ -187,7 +187,7 @@ GST_ats_update_distance (const struct GNUNET_HELLO_Address *address, */ void GST_ats_del_session (const struct GNUNET_HELLO_Address *address, - struct Session *session); + struct GNUNET_ATS_Session *session); /** -- cgit v1.2.3