Broccoli API Documentation  1.100
Broccoli API Documentation
Data Fields
bro_ev_arg Struct Reference

Encapsulation of arguments passed to an event callback, for the compact style of argument passing. More...

#include <broccoli.h>

Data Fields

void * arg_data
 Pointer to the actual event argument. More...
 
int arg_type
 A BRO_TYPE_xxx constant. More...
 

Detailed Description

Encapsulation of arguments passed to an event callback, for the compact style of argument passing.

Field Documentation

◆ arg_data

void* bro_ev_arg::arg_data

Pointer to the actual event argument.

◆ arg_type

int bro_ev_arg::arg_type

A BRO_TYPE_xxx constant.


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