Go to the documentation of this file.
24 #ifndef SURICATA_TM_QUEUEHANDLERS_H
25 #define SURICATA_TM_QUEUEHANDLERS_H
41 void *(*OutHandlerCtxSetup)(
const char *);
void(* OutHandler)(ThreadVars *, Packet *)
void(* InShutdownHandler)(ThreadVars *)
int TmqhNameToID(const char *name)
void TmqhCleanup(void)
Clean up registration time allocs.
Per thread variable structure.
void(* RegisterTests)(void)
void(* OutHandlerCtxFree)(void *)
Tmqh * TmqhGetQueueHandlerByID(const int id)
Tmqh * TmqhGetQueueHandlerByName(const char *name)
Tmqh tmqh_table[TMQH_SIZE]