![]() |
GNUnet
0.11.x
|
Message from client to service telling it to start a new sub. More...
#include </home/handbook/gnunet/src/rps/rps.h>
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... | |
struct GNUNET_MessageHeader GNUNET_RPS_CS_SubStartMessage::header |
uint32_t GNUNET_RPS_CS_SubStartMessage::reserved |
struct GNUNET_TIME_RelativeNBO GNUNET_RPS_CS_SubStartMessage::round_interval |
Mean interval between two rounds.
Definition at line 136 of file rps.h.
Referenced by GNUNET_RPS_sub_start(), and handle_client_start_sub().
struct GNUNET_HashCode GNUNET_RPS_CS_SubStartMessage::hash |
Length of the shared value represented as string.
Definition at line 141 of file rps.h.
Referenced by GNUNET_RPS_sub_start(), and handle_client_start_sub().