GNUnet 0.21.2
GNUNET_RPS_CS_SubStartMessage Struct Reference

Message from client to service telling it to start a new sub. More...

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

Collaboration diagram for GNUNET_RPS_CS_SubStartMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Header including size and type in NBO. More...
 
uint32_t reserved
 For alignment. More...
 
struct GNUNET_TIME_RelativeNBO round_interval
 Mean interval between two rounds. More...
 
struct GNUNET_HashCode hash
 Length of the shared value represented as string. More...
 

Detailed Description

Message from client to service telling it to start a new sub.

Definition at line 121 of file rps.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_RPS_CS_SubStartMessage::header

Header including size and type in NBO.

Definition at line 126 of file rps.h.

◆ reserved

uint32_t GNUNET_RPS_CS_SubStartMessage::reserved

For alignment.

Definition at line 131 of file rps.h.

◆ round_interval

struct GNUNET_TIME_RelativeNBO GNUNET_RPS_CS_SubStartMessage::round_interval

Mean interval between two rounds.

Definition at line 136 of file rps.h.

◆ hash

struct GNUNET_HashCode GNUNET_RPS_CS_SubStartMessage::hash

Length of the shared value represented as string.

Definition at line 141 of file rps.h.


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