Lucciefr
Lua code caving, injection and exploration framework
Data Fields
backend_list_t Struct Reference

an entry in the list of logging backends More...

#include <log.h>

Data Fields

backend_callback_tcallback
 callback function to process a log message
 
backend_command_tnotify
 callback function for backend notifications
 
void * userptr
 arbitrary "user" data. More...
 
(double-linked list management)
void * prev
 
void * next
 

Detailed Description

an entry in the list of logging backends

See also
log_register_backend()

Field Documentation

void* backend_list_t::userptr

arbitrary "user" data.

You may use this to refer 'private' data structures specific to the backend in question - gets passed along on any callbacks.


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