Go to the documentation of this file.
64 if (strcmp(t->
name, name) == 0)
95 "\"%d\" doesn't exist",
184 "registration function.",
195 #define CASE_CODE(E) case E: return #E
const char * TmModuleTmmIdToString(TmmId id)
Maps the TmmId, to its string equivalent.
void TmModuleRunDeInit(void)
void TmModuleRegisterTests(void)
register all unittests for the tm modules
TmModule * TmModuleGetByName(const char *name)
get a tm module ptr by name
@ TMM_BYPASSEDFLOWMANAGER
TmEcode(* Func)(ThreadVars *, Packet *, void *)
void TmModuleRunInit(void)
#define SCLogWarning(...)
Macro used to log WARNING messages.
int TmModuleGetIDForTM(TmModule *tm)
Given a TM Module, returns its id.
TmModule tmm_modules[TMM_SIZE]
TmModule * TmModuleGetById(int id)
Returns a TM Module by its id.
void(* RegisterTests)(void)
void TmModuleDebugList(void)
TmmId
Thread Model Module id's.
#define SCLogError(...)
Macro used to log ERROR messages.
int TmModuleGetIdByName(const char *name)
get the id of a module from it's name