|
|
|
|
@ -22,17 +22,17 @@ extern int num_threads;
|
|
|
|
|
extern enum output_storage_enum output_storage;
|
|
|
|
|
extern char *spool_dir;
|
|
|
|
|
extern char *output_dir;
|
|
|
|
|
extern bool output_mixed;
|
|
|
|
|
extern gboolean output_mixed;
|
|
|
|
|
extern enum mix_method mix_method;
|
|
|
|
|
extern int mix_num_inputs;
|
|
|
|
|
extern bool output_single;
|
|
|
|
|
extern bool output_enabled;
|
|
|
|
|
extern gboolean output_single;
|
|
|
|
|
extern gboolean output_enabled;
|
|
|
|
|
extern mode_t output_chmod;
|
|
|
|
|
extern mode_t output_chmod_dir;
|
|
|
|
|
extern uid_t output_chown;
|
|
|
|
|
extern gid_t output_chgrp;
|
|
|
|
|
extern char *output_pattern;
|
|
|
|
|
extern bool decoding_enabled;
|
|
|
|
|
extern gboolean decoding_enabled;
|
|
|
|
|
extern char *c_mysql_host,
|
|
|
|
|
*c_mysql_user,
|
|
|
|
|
*c_mysql_pass,
|
|
|
|
|
@ -42,12 +42,12 @@ extern char *forward_to;
|
|
|
|
|
extern endpoint_t tls_send_to_ep;
|
|
|
|
|
extern int tls_resample;
|
|
|
|
|
extern char *notify_uri;
|
|
|
|
|
extern bool notify_post;
|
|
|
|
|
extern bool notify_nverify;
|
|
|
|
|
extern gboolean notify_post;
|
|
|
|
|
extern gboolean notify_nverify;
|
|
|
|
|
extern int notify_threads;
|
|
|
|
|
extern int notify_retries;
|
|
|
|
|
extern bool notify_record;
|
|
|
|
|
extern bool notify_purge;
|
|
|
|
|
extern gboolean notify_record;
|
|
|
|
|
extern gboolean notify_purge;
|
|
|
|
|
|
|
|
|
|
extern volatile int shutdown_flag;
|
|
|
|
|
|
|
|
|
|
|