Data Fields | |
const struct GNUNET_SET_Element * | element |
int * | votes |
GNUNET_YES if the peer votes for the proposal. More... | |
enum ReferendumVote | proposal |
Proposal for this element, can only be VOTE_ADD or VOTE_REMOVE. More... | |
Definition at line 323 of file gnunet-service-consensus.c.
const struct GNUNET_SET_Element* RfnElementInfo::element |
Definition at line 325 of file gnunet-service-consensus.c.
Referenced by rfn_majority(), rfn_vote(), task_start_apply_round(), task_start_eval_echo(), and task_start_grade().
int* RfnElementInfo::votes |
GNUNET_YES if the peer votes for the proposal.
Definition at line 330 of file gnunet-service-consensus.c.
Referenced by rfn_majority(), and rfn_vote().
enum ReferendumVote RfnElementInfo::proposal |
Proposal for this element, can only be VOTE_ADD or VOTE_REMOVE.
Definition at line 335 of file gnunet-service-consensus.c.
Referenced by rfn_majority(), and rfn_vote().