aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_plugin_transport.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/test_plugin_transport.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/test_plugin_transport.c')
-rw-r--r--src/transport/test_plugin_transport.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/test_plugin_transport.c b/src/transport/test_plugin_transport.c
index f3c5e260e..d7c53f51b 100644
--- a/src/transport/test_plugin_transport.c
+++ b/src/transport/test_plugin_transport.c
@@ -285,7 +285,7 @@ end_badly_now ()
285static struct GNUNET_TIME_Relative 285static struct GNUNET_TIME_Relative
286env_receive (void *cls, 286env_receive (void *cls,
287 const struct GNUNET_HELLO_Address *address, 287 const struct GNUNET_HELLO_Address *address,
288 struct Session *session, 288 struct GNUNET_ATS_Session *session,
289 const struct GNUNET_MessageHeader *message) 289 const struct GNUNET_MessageHeader *message)
290{ 290{
291 /* do nothing */ 291 /* do nothing */
@@ -520,7 +520,7 @@ env_get_our_hello ()
520static void 520static void
521env_session_end (void *cls, 521env_session_end (void *cls,
522 const struct GNUNET_HELLO_Address *address, 522 const struct GNUNET_HELLO_Address *address,
523 struct Session *session) 523 struct GNUNET_ATS_Session *session)
524{ 524{
525 525
526} 526}