|
suricata
|
#include "threads.h"

Go to the source code of this file.
Macros | |
| #define | UNIX_CMD_TAKE_ARGS 1 |
Functions | |
| int | UnixManagerInit (void) |
| void | UnixManagerThreadSpawn (int mode) |
| void | UnixSocketKillSocketThread (void) |
| void | TmModuleUnixManagerRegister (void) |
| void | UnixManagerThreadSpawnNonRunmode (const bool unix_socket_enabled) |
Variables | |
| SCCtrlCondT | unix_manager_ctrl_cond |
| SCCtrlMutex | unix_manager_ctrl_mutex |
Definition in file unix-manager.h.
| #define UNIX_CMD_TAKE_ARGS 1 |
Definition at line 30 of file unix-manager.h.
| void TmModuleUnixManagerRegister | ( | void | ) |
Definition at line 1294 of file unix-manager.c.
References TmModule_::cap_flags, TmModule_::flags, TmModule_::Management, TmModule_::name, TmModule_::ThreadDeinit, TmModule_::ThreadInit, TM_FLAG_COMMAND_TM, tmm_modules, and TMM_UNIXMANAGER.
Referenced by RegisterAllModules().

| int UnixManagerInit | ( | void | ) |
| void UnixManagerThreadSpawn | ( | int | mode | ) |
Definition at line 1279 of file unix-manager.c.
References SCLogError.
| void UnixManagerThreadSpawnNonRunmode | ( | const bool | unix_socket_enabled | ) |
Definition at line 1288 of file unix-manager.c.
| void UnixSocketKillSocketThread | ( | void | ) |
Definition at line 1284 of file unix-manager.c.
Referenced by SuricataShutdown().

| SCCtrlCondT unix_manager_ctrl_cond |
| SCCtrlMutex unix_manager_ctrl_mutex |