18#ifndef SURICATA_THREAD_CALLBACKS_H
19#define SURICATA_THREAD_CALLBACKS_H
Per thread variable structure.
bool SCThreadRegisterInitCallback(SCThreadInitCallbackFn fn, void *user)
Register a thread init callback.
void SCThreadRunInitCallbacks(ThreadVars *tv)
void(* SCThreadInitCallbackFn)(ThreadVars *tv, void *user)
Function type for thread intialization callbacks.