diff options
Diffstat (limited to 'src/lib/testing/netjail.h')
-rw-r--r-- | src/lib/testing/netjail.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/lib/testing/netjail.h b/src/lib/testing/netjail.h index 607b7c57c..008c0f16e 100644 --- a/src/lib/testing/netjail.h +++ b/src/lib/testing/netjail.h | |||
@@ -368,12 +368,10 @@ struct GNUNET_TESTING_BlockState | |||
368 | * Call #op on all simple traits. | 368 | * Call #op on all simple traits. |
369 | */ | 369 | */ |
370 | #define GNUNET_TESTING_SIMPLE_NETJAIL_TRAITS(op, prefix) \ | 370 | #define GNUNET_TESTING_SIMPLE_NETJAIL_TRAITS(op, prefix) \ |
371 | op (prefix, test_system, const struct GNUNET_TESTING_System) \ | 371 | op (prefix, get_topology, const struct GNUNET_TESTING_NetjailTopology) \ |
372 | op (prefix, async_context, struct GNUNET_TESTING_AsyncContext) \ | 372 | op (prefix, get_topology_string, const char *) \ |
373 | op (prefix, helper_handles, const struct GNUNET_HELPER_Handle *) \ | 373 | op (prefix, async_context, struct GNUNET_TESTING_AsyncContext) \ |
374 | op (prefix, local_prepared_state, const struct \ | 374 | op (prefix, helper_handles, const struct GNUNET_HELPER_Handle *) |
375 | GNUNET_TESTING_LocalPreparedState) \ | ||
376 | op (prefix, block_state, struct GNUNET_TESTING_BlockState) | ||
377 | 375 | ||
378 | GNUNET_TESTING_SIMPLE_NETJAIL_TRAITS (GNUNET_TESTING_MAKE_DECL_SIMPLE_TRAIT, | 376 | GNUNET_TESTING_SIMPLE_NETJAIL_TRAITS (GNUNET_TESTING_MAKE_DECL_SIMPLE_TRAIT, |
379 | GNUNET_TESTING) | 377 | GNUNET_TESTING) |