You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/src/tm-threads.h

18 lines
646 B
C

#ifndef __TM_THREADS_H__
#define __TM_THREADS_H__
void Tm1SlotSetFunc(ThreadVars *, TmModule *);
void Tm2SlotSetFunc1(ThreadVars *, TmModule *);
void Tm2SlotSetFunc2(ThreadVars *, TmModule *);
17 years ago
void Tm3SlotSetFunc1(ThreadVars *, TmModule *);
void Tm3SlotSetFunc2(ThreadVars *, TmModule *);
void Tm3SlotSetFunc3(ThreadVars *, TmModule *);
void TmVarSlotSetFuncAppend(ThreadVars *, TmModule *);
ThreadVars *TmThreadCreate(char *name, char *inq_name, char *inqh_name, char *outq_name, char *outqh_name, char *slots);
int TmThreadSpawn(ThreadVars *);
void TmThreadKillThreads(void);
void TmThreadAppend(ThreadVars *);
#endif /* __TM_THREADS_H__ */