GNUnet 0.21.1
PeerstoreMonitorStartMessage Struct Reference

Iteration start message. More...

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

Collaboration diagram for PeerstoreMonitorStartMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 GNUnet message header. More...
 
struct GNUNET_PeerIdentity peer
 Peer Identity. More...
 
uint32_t rid
 Request id. More...
 
uint16_t key_size
 Size of the key string Allocated at position 1 after this struct. More...
 
uint16_t peer_set
 GNUNET_YES if peer id value set, GNUNET_NO otherwise More...
 
uint16_t sub_system_size
 Size of the sub_system string Allocated at position 0 after this struct. More...
 
uint16_t iterate_first
 GNUNET_YES if iterate first, GNUNET_NO otherwise More...
 

Detailed Description

Iteration start message.

Definition at line 139 of file peerstore.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader PeerstoreMonitorStartMessage::header

GNUnet message header.

Definition at line 144 of file peerstore.h.

Referenced by check_monitor_start().

◆ peer

struct GNUNET_PeerIdentity PeerstoreMonitorStartMessage::peer

Peer Identity.

Definition at line 149 of file peerstore.h.

Referenced by handle_monitor_start(), and reconnect().

◆ rid

uint32_t PeerstoreMonitorStartMessage::rid

Request id.

Definition at line 154 of file peerstore.h.

◆ key_size

uint16_t PeerstoreMonitorStartMessage::key_size

Size of the key string Allocated at position 1 after this struct.

Definition at line 160 of file peerstore.h.

Referenced by check_monitor_start(), handle_monitor_start(), and reconnect().

◆ peer_set

uint16_t PeerstoreMonitorStartMessage::peer_set

GNUNET_YES if peer id value set, GNUNET_NO otherwise

Definition at line 165 of file peerstore.h.

Referenced by handle_monitor_start(), and reconnect().

◆ sub_system_size

uint16_t PeerstoreMonitorStartMessage::sub_system_size

Size of the sub_system string Allocated at position 0 after this struct.

Definition at line 171 of file peerstore.h.

Referenced by check_monitor_start(), handle_monitor_start(), and reconnect().

◆ iterate_first

uint16_t PeerstoreMonitorStartMessage::iterate_first

GNUNET_YES if iterate first, GNUNET_NO otherwise

Definition at line 176 of file peerstore.h.

Referenced by handle_monitor_start(), and reconnect().


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