GNUnet  0.20.0
SDEntry Struct Reference

An entry to hold data which will be used to calculate SD. More...

Collaboration diagram for SDEntry:
[legend]

Data Fields

struct SDEntrynext
 DLL next pointer. More...
 
struct SDEntryprev
 DLL prev pointer. More...
 
unsigned int amount
 The value to store. More...
 

Detailed Description

An entry to hold data which will be used to calculate SD.

Definition at line 34 of file testbed_api_sd.c.

Field Documentation

◆ next

struct SDEntry* SDEntry::next

DLL next pointer.

Definition at line 39 of file testbed_api_sd.c.

◆ prev

struct SDEntry* SDEntry::prev

DLL prev pointer.

Definition at line 44 of file testbed_api_sd.c.

◆ amount

unsigned int SDEntry::amount

The value to store.

Definition at line 49 of file testbed_api_sd.c.

Referenced by GNUNET_TESTBED_SD_add_data_(), and GNUNET_TESTBED_SD_deviation_factor_().


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