GNUnet  0.19.5
CompatibilityCheckContext Struct Reference

Context for host compatibility checks. More...

Collaboration diagram for CompatibilityCheckContext:
[legend]

Data Fields

struct GNUNET_TESTBED_RunHandlerc
 The run context. More...
 
struct GNUNET_TESTBED_HostHabitableCheckHandleh
 Handle for the compatibility check. More...
 
unsigned int index
 Index of the host in the run context's hosts array. More...
 

Detailed Description

Context for host compatibility checks.

Definition at line 140 of file testbed_api_testbed.c.

Field Documentation

◆ rc

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().

◆ h

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().

◆ index

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().


The documentation for this struct was generated from the following file: