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_manipulation.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/transport/gnunet-service-transport_manipulation.h') diff --git a/src/transport/gnunet-service-transport_manipulation.h b/src/transport/gnunet-service-transport_manipulation.h index e0395e2fe..3afb9885a 100644 --- a/src/transport/gnunet-service-transport_manipulation.h +++ b/src/transport/gnunet-service-transport_manipulation.h @@ -83,7 +83,7 @@ GST_manipulation_send (const struct GNUNET_PeerIdentity *target, struct GNUNET_TIME_Relative GST_manipulation_recv (void *cls, const struct GNUNET_HELLO_Address *address, - struct Session *session, + struct GNUNET_ATS_Session *session, const struct GNUNET_MessageHeader *message); @@ -97,7 +97,7 @@ GST_manipulation_recv (void *cls, */ void GST_manipulation_manipulate_metrics (const struct GNUNET_HELLO_Address *address, - struct Session *session, + struct GNUNET_ATS_Session *session, struct GNUNET_ATS_Properties *prop); -- cgit v1.2.3