generic callback on the signal
Definition at line 44 of file signal_handler.hpp.
Data Fields | |
std::string | name |
name of the signal More... | |
void * | fn |
callback function pointer More... | |
void* deepstream::SignalHandler::Callback::fn |
callback function pointer
Definition at line 48 of file signal_handler.hpp.
std::string deepstream::SignalHandler::Callback::name |
name of the signal
Definition at line 46 of file signal_handler.hpp.