event_t Struct Reference

This struct is used for building a single event. More...

#include <src/event.h>

Collaboration diagram for event_t:
Collaboration graph

Data Fields

item_meta_tmeta
 Meta of event. More...
 
event_payload_tpayload
 Payload of event. More...
 

Detailed Description

This struct is used for building a single event.

Definition at line 24 of file event.h.

Field Documentation

item_meta_t* event_t::meta

Meta of event.

Definition at line 26 of file event.h.

event_payload_t* event_t::payload

Payload of event.

Definition at line 27 of file event.h.

Referenced by _add_event().


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