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