Context for host compatibility checks. More...
Data Fields | |
struct GNUNET_TESTBED_RunHandle * | rc |
The run context. More... | |
struct GNUNET_TESTBED_HostHabitableCheckHandle * | h |
Handle for the compatibility check. More... | |
unsigned int | index |
Index of the host in the run context's hosts array. More... | |
Context for host compatibility checks.
Definition at line 140 of file testbed_api_testbed.c.
struct GNUNET_TESTBED_RunHandle* CompatibilityCheckContext::rc |
The run context.
Definition at line 145 of file testbed_api_testbed.c.
Referenced by cancel_interrupt_task(), GNUNET_TESTBED_run(), host_habitable_cb(), and rc_cleanup_operations().
struct GNUNET_TESTBED_HostHabitableCheckHandle* CompatibilityCheckContext::h |
Handle for the compatibility check.
Definition at line 150 of file testbed_api_testbed.c.
Referenced by GNUNET_TESTBED_run(), host_habitable_cb(), and rc_cleanup_operations().
unsigned int CompatibilityCheckContext::index |
Index of the host in the run context's hosts array.
Definition at line 155 of file testbed_api_testbed.c.
Referenced by GNUNET_TESTBED_run(), and host_habitable_cb().