![]() |
GNUnet
0.11.x
|
Start monitoring a zone. More...
#include </home/handbook/gnunet/src/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... | |
struct GNUNET_CRYPTO_EcdsaPrivateKey | zone |
Zone key. More... | |
Start monitoring a zone.
Definition at line 298 of file namestore.h.
struct GNUNET_MessageHeader ZoneMonitorStartMessage::header |
Type will be GNUNET_MESSAGE_TYPE_NAMESTORE_MONITOR_START.
Definition at line 303 of file namestore.h.
uint32_t ZoneMonitorStartMessage::iterate_first |
GNUNET_YES to first iterate over all records, GNUNET_NO to only monitor changes.o
Definition at line 309 of file namestore.h.
Referenced by handle_monitor_start(), and reconnect().
struct GNUNET_CRYPTO_EcdsaPrivateKey ZoneMonitorStartMessage::zone |
Zone key.
Definition at line 314 of file namestore.h.
Referenced by handle_monitor_start(), and reconnect().