-more logging, avoid duplicate re-scheduling
[oweals/gnunet.git] / src / transport / test_plugin_transport.c
index f3c5e260e4936d7c022344cf8d15b44ce15689c1..d7c53f51b956667f093f44b6104bc64f964dc5ef 100644 (file)
@@ -285,7 +285,7 @@ end_badly_now ()
 static struct GNUNET_TIME_Relative
 env_receive (void *cls,
              const struct GNUNET_HELLO_Address *address,
-             struct Session *session,
+             struct GNUNET_ATS_Session *session,
              const struct GNUNET_MessageHeader *message)
 {
   /* do nothing */
@@ -520,7 +520,7 @@ env_get_our_hello ()
 static void
 env_session_end (void *cls,
                  const struct GNUNET_HELLO_Address *address,
-                 struct Session *session)
+                 struct GNUNET_ATS_Session *session)
 {
 
 }