![]() |
Lucciefr
Lua code caving, injection and exploration framework
|
an entry in the list of logging backends More...
#include <log.h>
Data Fields | |
backend_callback_t * | callback |
callback function to process a log message | |
backend_command_t * | notify |
callback function for backend notifications | |
void * | userptr |
arbitrary "user" data. More... | |
(double-linked list management) | |
void * | prev |
void * | next |
an entry in the list of logging backends
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.