aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_manipulation.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-10-18 12:33:21 +0000
committerChristian Grothoff <christian@grothoff.org>2015-10-18 12:33:21 +0000
commit9cd0d5068f3341fe8451a61872894f28a5ac9047 (patch)
tree390b09e837978c1dbef176950b04f42ecf39e140 /src/transport/gnunet-service-transport_manipulation.c
parent38d26a302cba9de8362960186b645e8f2133a538 (diff)
downloadgnunet-9cd0d5068f3341fe8451a61872894f28a5ac9047.tar.gz
gnunet-9cd0d5068f3341fe8451a61872894f28a5ac9047.zip
rename 'struct Session' to 'struct GNUNET_ATS_Session' to satisfy naming conventions
Diffstat (limited to 'src/transport/gnunet-service-transport_manipulation.c')
-rw-r--r--src/transport/gnunet-service-transport_manipulation.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/gnunet-service-transport_manipulation.c b/src/transport/gnunet-service-transport_manipulation.c
index d8f12827c..89d4b532a 100644
--- a/src/transport/gnunet-service-transport_manipulation.c
+++ b/src/transport/gnunet-service-transport_manipulation.c
@@ -369,7 +369,7 @@ GST_manipulation_send (const struct GNUNET_PeerIdentity *target,
369 */ 369 */
370void 370void
371GST_manipulation_manipulate_metrics (const struct GNUNET_HELLO_Address *address, 371GST_manipulation_manipulate_metrics (const struct GNUNET_HELLO_Address *address,
372 struct Session *session, 372 struct GNUNET_ATS_Session *session,
373 struct GNUNET_ATS_Properties *prop) 373 struct GNUNET_ATS_Properties *prop)
374{ 374{
375 const struct GNUNET_PeerIdentity *peer = &address->peer; 375 const struct GNUNET_PeerIdentity *peer = &address->peer;
@@ -395,7 +395,7 @@ GST_manipulation_manipulate_metrics (const struct GNUNET_HELLO_Address *address,
395struct GNUNET_TIME_Relative 395struct GNUNET_TIME_Relative
396GST_manipulation_recv (void *cls, 396GST_manipulation_recv (void *cls,
397 const struct GNUNET_HELLO_Address *address, 397 const struct GNUNET_HELLO_Address *address,
398 struct Session *session, 398 struct GNUNET_ATS_Session *session,
399 const struct GNUNET_MessageHeader *message) 399 const struct GNUNET_MessageHeader *message)
400{ 400{
401 struct TM_Peer *tmp; 401 struct TM_Peer *tmp;