mirror of
https://github.com/BlackLight/Snort_AIPreproc.git
synced 2024-11-24 04:35:11 +01:00
Adding doc dir in order to avoid make troubles
This commit is contained in:
parent
e406b637f0
commit
c8537f1065
1 changed files with 3 additions and 2 deletions
|
@ -399,12 +399,13 @@ AI_alert_correlation_thread ( void *arg )
|
||||||
|
|
||||||
double py_value = 0.0,
|
double py_value = 0.0,
|
||||||
py_weight = 0.0;
|
py_weight = 0.0;
|
||||||
|
|
||||||
|
py_corr_functions = AI_get_py_functions ( &n_py_corr_functions );
|
||||||
|
py_weight_functions = AI_get_py_weights ( &n_py_weight_functions );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
corr_functions = AI_get_corr_functions ( &n_corr_functions );
|
corr_functions = AI_get_corr_functions ( &n_corr_functions );
|
||||||
corr_weights = AI_get_corr_weights ( &n_corr_weights );
|
corr_weights = AI_get_corr_weights ( &n_corr_weights );
|
||||||
py_corr_functions = AI_get_py_functions ( &n_py_corr_functions );
|
|
||||||
py_weight_functions = AI_get_py_weights ( &n_py_weight_functions );
|
|
||||||
|
|
||||||
pthread_mutex_init ( &mutex, NULL );
|
pthread_mutex_init ( &mutex, NULL );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue