Send a transaction control message. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/namestore/namestore.h>
Data Fields | |
struct GNUNET_NAMESTORE_Header | gns_header |
Type will be #GNUNET_MESSAGE_TYPE_NAMESTORE_TX_CONTROL. More... | |
uint16_t | reserved |
always zero (for alignment) More... | |
uint16_t | control |
The type of control message to send. More... | |
Send a transaction control message.
Definition at line 457 of file namestore.h.
struct GNUNET_NAMESTORE_Header TxControlMessage::gns_header |
Type will be #GNUNET_MESSAGE_TYPE_NAMESTORE_TX_CONTROL.
Definition at line 462 of file namestore.h.
uint16_t TxControlMessage::reserved |
always zero (for alignment)
Definition at line 467 of file namestore.h.
uint16_t TxControlMessage::control |
The type of control message to send.
Definition at line 472 of file namestore.h.