GNUnet 0.21.2
GNUNET_RPS_CS_DEBUG_ViewReply Struct Reference

Message from service to client containing current update of view. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/contrib/service/rps/rps.h>

Collaboration diagram for GNUNET_RPS_CS_DEBUG_ViewReply:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Header including size and type in NBO. More...
 
uint32_t id
 Identifyer of the message. More...
 
uint64_t num_peers
 Number of peers in the view. More...
 

Detailed Description

Message from service to client containing current update of view.

Definition at line 185 of file rps.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_RPS_CS_DEBUG_ViewReply::header

Header including size and type in NBO.

Definition at line 190 of file rps.h.

◆ id

uint32_t GNUNET_RPS_CS_DEBUG_ViewReply::id

Identifyer of the message.

Definition at line 195 of file rps.h.

◆ num_peers

uint64_t GNUNET_RPS_CS_DEBUG_ViewReply::num_peers

Number of peers in the view.

Definition at line 200 of file rps.h.

Referenced by send_view().


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