GNUnet 0.21.1
GNUNET_DB_EventHeaderP Struct Reference

Header of a structure that describes an event channel we may subscribe to or notify on. More...

#include <gnunet_db_lib.h>

Data Fields

uint16_t size
 The length of the struct (in bytes, including the length field itself), in big-endian format. More...
 
uint16_t type
 The type of the message (GNUNET_DB_EVENT_TYPE_XXXX), in big-endian format. More...
 

Detailed Description

Header of a structure that describes an event channel we may subscribe to or notify on.

Definition at line 91 of file gnunet_db_lib.h.

Field Documentation

◆ size

uint16_t GNUNET_DB_EventHeaderP::size

The length of the struct (in bytes, including the length field itself), in big-endian format.

Definition at line 97 of file gnunet_db_lib.h.

Referenced by es_to_sh().

◆ type

uint16_t GNUNET_DB_EventHeaderP::type

The type of the message (GNUNET_DB_EVENT_TYPE_XXXX), in big-endian format.

Definition at line 102 of file gnunet_db_lib.h.


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