aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api_cmd_backchannel_check.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/transport_api_cmd_backchannel_check.c')
-rw-r--r--src/transport/transport_api_cmd_backchannel_check.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/transport/transport_api_cmd_backchannel_check.c b/src/transport/transport_api_cmd_backchannel_check.c
index 529b4690b..1bec3abd3 100644
--- a/src/transport/transport_api_cmd_backchannel_check.c
+++ b/src/transport/transport_api_cmd_backchannel_check.c
@@ -69,7 +69,7 @@ struct CheckState
69 /** 69 /**
70 * The testing system of this node. 70 * The testing system of this node.
71 */ 71 */
72 struct GNUNET_TESTING_System *tl_system; 72 const struct GNUNET_TESTING_System *tl_system;
73 73
74 // Label of the cmd which started the test system. 74 // Label of the cmd which started the test system.
75 const char *create_label; 75 const char *create_label;
@@ -404,9 +404,9 @@ backchannel_check_run (void *cls,
404 // char *part_one = "Delivering backchannel message from "; 404 // char *part_one = "Delivering backchannel message from ";
405 // char *part_two = " of type 1460 to udp"; 405 // char *part_two = " of type 1460 to udp";
406 const struct GNUNET_TESTING_Command *system_cmd; 406 const struct GNUNET_TESTING_Command *system_cmd;
407 struct GNUNET_TESTING_System *tl_system; 407 const struct GNUNET_TESTING_System *tl_system;
408 const struct GNUNET_TESTING_Command *peer1_cmd; 408 const struct GNUNET_TESTING_Command *peer1_cmd;
409 struct GNUNET_TRANSPORT_ApplicationHandle *ah; 409 const struct GNUNET_TRANSPORT_ApplicationHandle *ah;
410 // struct GNUNET_PeerIdentity *peer; 410 // struct GNUNET_PeerIdentity *peer;
411 // uint32_t num; 411 // uint32_t num;
412 // struct GNUNET_TESTING_NodeConnection *pos_connection; 412 // struct GNUNET_TESTING_NodeConnection *pos_connection;