Cthulhu  0.2.10
Cthulhu compiler collection
plugin_t Struct Reference

plugin support capabilities More...

#include <broker.h>

Collaboration diagram for plugin_t:

Data Fields

module_info_t info
 information about the plugin More...
 
plugin_create_t fn_create
 called once at startup More...
 
plugin_destroy_t fn_destroy
 called at shutdown More...
 
event_list_t events
 the events this plugin is interested in More...
 

Detailed Description

plugin support capabilities

Definition at line 201 of file broker.h.

Field Documentation

◆ events

event_list_t plugin_t::events

the events this plugin is interested in

Definition at line 213 of file broker.h.

◆ fn_create

plugin_create_t plugin_t::fn_create

called once at startup

Definition at line 207 of file broker.h.

◆ fn_destroy

plugin_destroy_t plugin_t::fn_destroy

called at shutdown

Definition at line 210 of file broker.h.

◆ info

module_info_t plugin_t::info

information about the plugin

Definition at line 204 of file broker.h.


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