GNUnet 0.21.1
TxControlMessage Struct Reference

Send a transaction control message. More...

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

Collaboration diagram for TxControlMessage:
[legend]

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...
 

Detailed Description

Send a transaction control message.

Definition at line 446 of file namestore.h.

Field Documentation

◆ gns_header

struct GNUNET_NAMESTORE_Header TxControlMessage::gns_header

Type will be #GNUNET_MESSAGE_TYPE_NAMESTORE_TX_CONTROL.

Definition at line 451 of file namestore.h.

◆ reserved

uint16_t TxControlMessage::reserved

always zero (for alignment)

Definition at line 456 of file namestore.h.

◆ control

uint16_t TxControlMessage::control

The type of control message to send.

Definition at line 461 of file namestore.h.


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