Data Fields | |
const struct GNUNET_SET_Element * | element |
int | weight |
Positive weight for 'add', negative weights for 'remove'. More... | |
Definition at line 375 of file gnunet-service-consensus.c.
const struct GNUNET_SET_Element* DiffElementInfo::element |
Definition at line 377 of file gnunet-service-consensus.c.
Referenced by apply_diff_to_rfn(), and diff_insert().
int DiffElementInfo::weight |
Positive weight for 'add', negative weights for 'remove'.
Definition at line 383 of file gnunet-service-consensus.c.
Referenced by apply_diff_to_rfn(), and diff_insert().