aboutsummaryrefslogtreecommitdiff
path: root/src/service/transport/transport-testing-cmds.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/service/transport/transport-testing-cmds.h')
-rw-r--r--src/service/transport/transport-testing-cmds.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/service/transport/transport-testing-cmds.h b/src/service/transport/transport-testing-cmds.h
index 057f6ea14..7ebc84d11 100644
--- a/src/service/transport/transport-testing-cmds.h
+++ b/src/service/transport/transport-testing-cmds.h
@@ -263,10 +263,10 @@ GNUNET_TRANSPORT_cmd_backchannel_check (const char *label,
263/** 263/**
264 * Call #op on all simple traits. 264 * Call #op on all simple traits.
265 */ 265 */
266#define GNUNET_TRANSPORT_SIMPLE_TRAITS(op) \ 266#define GNUNET_TRANSPORT_SIMPLE_TRAITS(op, prefix) \
267 op (connect_peer_state, const struct ConnectPeersState) 267 op (prefix, connect_peer_state, const struct ConnectPeersState)
268 268
269GNUNET_TRANSPORT_SIMPLE_TRAITS (GNUNET_TESTING_MAKE_DECL_SIMPLE_TRAIT) 269GNUNET_TRANSPORT_SIMPLE_TRAITS (GNUNET_TESTING_MAKE_DECL_SIMPLE_TRAIT, GNUNET_TRANSPORT_TESTING)
270 270
271 271
272#endif 272#endif