An entry to hold data which will be used to calculate SD. More...
Data Fields | |
struct SDEntry * | next |
DLL next pointer. More... | |
struct SDEntry * | prev |
DLL prev pointer. More... | |
unsigned int | amount |
The value to store. More... | |
An entry to hold data which will be used to calculate SD.
Definition at line 34 of file testbed_api_sd.c.
struct SDEntry* SDEntry::next |
DLL next pointer.
Definition at line 39 of file testbed_api_sd.c.
struct SDEntry* SDEntry::prev |
DLL prev pointer.
Definition at line 44 of file testbed_api_sd.c.
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_().