Start monitoring a zone. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/namestore/namestore.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type will be GNUNET_MESSAGE_TYPE_NAMESTORE_MONITOR_START. More... | |
uint32_t | iterate_first |
GNUNET_YES to first iterate over all records, GNUNET_NO to only monitor changes.o More... | |
uint16_t | filter |
Record set filter control flags. More... | |
uint16_t | key_len |
Length of the zone key. More... | |
Start monitoring a zone.
Definition at line 498 of file namestore.h.
struct GNUNET_MessageHeader ZoneMonitorStartMessage::header |
Type will be GNUNET_MESSAGE_TYPE_NAMESTORE_MONITOR_START.
Definition at line 503 of file namestore.h.
Referenced by check_monitor_start().
uint32_t ZoneMonitorStartMessage::iterate_first |
GNUNET_YES to first iterate over all records, GNUNET_NO to only monitor changes.o
Definition at line 509 of file namestore.h.
Referenced by handle_monitor_start(), and reconnect().
uint16_t ZoneMonitorStartMessage::filter |
Record set filter control flags.
See GNUNET_NAMESTORE_Filter enum.
Definition at line 515 of file namestore.h.
Referenced by handle_monitor_start(), and reconnect().
uint16_t ZoneMonitorStartMessage::key_len |
Length of the zone key.
Definition at line 520 of file namestore.h.
Referenced by check_monitor_start(), handle_monitor_start(), and reconnect().