Cthulhu  0.2.10
Cthulhu compiler collection
event_builder_t Struct Reference

an event builder handles adding additional information to an event More...

#include <notify.h>

Collaboration diagram for event_builder_t:

Data Fields

event_tevent
 the event to append to More...
 
arena_tarena
 allocation context More...
 

Detailed Description

an event builder handles adding additional information to an event

Definition at line 67 of file notify.h.

Field Documentation

◆ arena

arena_t* event_builder_t::arena

allocation context

Definition at line 73 of file notify.h.

◆ event

event_t* event_builder_t::event

the event to append to

Definition at line 70 of file notify.h.


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