GNUnet  last
OpListEntry Struct Reference

Operation map entry. More...

Collaboration diagram for OpListEntry:
[legend]

Data Fields

struct OpListEntrynext
 DLL next ptr. More...
 
struct OpListEntryprev
 DLL prev ptr. More...
 
struct GNUNET_TESTBED_Operation * op
 The testbed operation. More...
 
enum PEER_ONLINE_DELTA delta
 Depending on whether we start or stop RPS service at the peer, set this to PEER_GO_ONLINE (1) or PEER_GO_OFFLINE (-1) More...
 
unsigned int index
 Index of the regarding peer. More...
 
int delta
 Depending on whether we start or stop NSE service at the peer set this to 1 or -1. More...
 

Detailed Description

Operation map entry.

Definition at line 394 of file gnunet-rps-profiler.c.

Field Documentation

◆ next

struct OpListEntry * OpListEntry::next

DLL next ptr.

Definition at line 399 of file gnunet-rps-profiler.c.

◆ prev

struct OpListEntry * OpListEntry::prev

DLL prev ptr.

Definition at line 404 of file gnunet-rps-profiler.c.

◆ op

struct GNUNET_TESTBED_Operation * OpListEntry::op

◆ delta [1/2]

enum PEER_ONLINE_DELTA OpListEntry::delta

Depending on whether we start or stop RPS service at the peer, set this to PEER_GO_ONLINE (1) or PEER_GO_OFFLINE (-1)

Definition at line 409 of file gnunet-rps-profiler.c.

Referenced by adjust_running_peers(), churn_cb(), manage_service_cb(), and manage_service_wrapper().

◆ index

unsigned int OpListEntry::index

Index of the regarding peer.

Definition at line 420 of file gnunet-rps-profiler.c.

Referenced by churn_cb(), info_cb(), manage_service_wrapper(), post_test_op(), shutdown_op(), and test_run().

◆ delta [2/2]

int OpListEntry::delta

Depending on whether we start or stop NSE service at the peer set this to 1 or -1.

Definition at line 108 of file gnunet-nse-profiler.c.


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