|
|
|
@ -22,17 +22,17 @@ extern int num_threads; |
|
|
|
extern enum output_storage_enum output_storage; |
|
|
|
extern char *spool_dir; |
|
|
|
extern char *output_dir; |
|
|
|
extern int output_mixed; |
|
|
|
extern bool output_mixed; |
|
|
|
extern enum mix_method mix_method; |
|
|
|
extern int mix_num_inputs; |
|
|
|
extern int output_single; |
|
|
|
extern int output_enabled; |
|
|
|
extern bool output_single; |
|
|
|
extern bool 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 int decoding_enabled; |
|
|
|
extern bool 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 int notify_post; |
|
|
|
extern int notify_nverify; |
|
|
|
extern bool notify_post; |
|
|
|
extern bool notify_nverify; |
|
|
|
extern int notify_threads; |
|
|
|
extern int notify_retries; |
|
|
|
extern int notify_record; |
|
|
|
extern int notify_purge; |
|
|
|
extern bool notify_record; |
|
|
|
extern bool notify_purge; |
|
|
|
|
|
|
|
extern volatile int shutdown_flag; |
|
|
|
|
|
|
|
|