GNUnet 0.21.2
RfnElementInfo Struct Reference
Collaboration diagram for RfnElementInfo:
[legend]

Data Fields

const struct GNUNET_SET_Elementelement
 
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...
 

Detailed Description

Definition at line 325 of file gnunet-service-consensus.c.

Field Documentation

◆ element

const struct GNUNET_SET_Element* RfnElementInfo::element

◆ votes

int* RfnElementInfo::votes

GNUNET_YES if the peer votes for the proposal.

Definition at line 332 of file gnunet-service-consensus.c.

Referenced by rfn_majority(), and rfn_vote().

◆ proposal

enum ReferendumVote RfnElementInfo::proposal

Proposal for this element, can only be VOTE_ADD or VOTE_REMOVE.

Definition at line 337 of file gnunet-service-consensus.c.

Referenced by rfn_majority(), and rfn_vote().


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