Data Fields | |
struct OpListEntry * | next |
DLL next ptr. More... | |
struct OpListEntry * | prev |
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... | |
Operation map entry.
Definition at line 394 of file gnunet-rps-profiler.c.
struct OpListEntry * OpListEntry::next |
DLL next ptr.
Definition at line 399 of file gnunet-rps-profiler.c.
struct OpListEntry * OpListEntry::prev |
DLL prev ptr.
Definition at line 404 of file gnunet-rps-profiler.c.
struct GNUNET_TESTBED_Operation * OpListEntry::op |
The testbed operation.
Definition at line 409 of file gnunet-rps-profiler.c.
Referenced by adjust_running_peers(), churn_cb(), close_monitor_connections(), info_cb(), manage_service_cb(), manage_service_wrapper(), shutdown_op(), and test_run().
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().
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().
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.