GNUnet 0.21.1
Context Struct Reference

Context to hold data of peer. More...

Collaboration diagram for Context:
[legend]

Data Fields

struct GNUNET_TESTBED_Peer * peer
 The testbed peer this context belongs to. More...
 
struct GNUNET_TESTBED_Operation * op
 Testbed operation acting on this peer. More...
 
struct ActiveContextac
 Active context; NULL if this peer is not an active peer. More...
 

Detailed Description

Context to hold data of peer.

Definition at line 63 of file gnunet_dht_profiler.c.

Field Documentation

◆ peer

struct GNUNET_TESTBED_Peer* Context::peer

The testbed peer this context belongs to.

Definition at line 68 of file gnunet_dht_profiler.c.

Referenced by test_run().

◆ op

struct GNUNET_TESTBED_Operation* Context::op

Testbed operation acting on this peer.

Definition at line 73 of file gnunet_dht_profiler.c.

Referenced by test_run().

◆ ac

struct ActiveContext* Context::ac

Active context; NULL if this peer is not an active peer.

Definition at line 78 of file gnunet_dht_profiler.c.

Referenced by cancel_get(), delayed_put(), dht_connected(), do_shutdown(), get_iter(), and test_run().


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