Iteration start message. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/peerstore/peerstore.h>
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... | |
Iteration start message.
Definition at line 139 of file peerstore.h.
struct GNUNET_MessageHeader PeerstoreMonitorStartMessage::header |
GNUnet message header.
Definition at line 144 of file peerstore.h.
Referenced by check_monitor_start().
struct GNUNET_PeerIdentity PeerstoreMonitorStartMessage::peer |
Peer Identity.
Definition at line 149 of file peerstore.h.
Referenced by handle_monitor_start(), and reconnect().
uint32_t PeerstoreMonitorStartMessage::rid |
Request id.
Definition at line 154 of file peerstore.h.
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().
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().
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().
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().