Source
36
36
# define ZBX_NO_RETURN
37
37
#endif
38
38
39
39
unsigned char get_program_type(void);
40
40
int get_config_forks(unsigned char process_type);
41
41
void set_config_forks(unsigned char process_type, int forks);
42
42
43
43
int get_zbx_config_timeout(void);
44
44
const char *get_zbx_config_source_ip(void);
45
45
int get_zbx_config_enable_remote_commands(void);
46
-
int get_zbx_config_log_remote_commands(void);
47
-
int get_zbx_config_unsafe_user_parameters(void);
48
46
zbx_uint64_t get_zbx_config_value_cache_size(void);
49
47
void set_zbx_config_value_cache_size(zbx_uint64_t cache_size);
50
48
51
49
void zbx_mock_test_entry(void **state);
52
50
53
51
void zbx_mock_log_impl(int level, const char *fmt, va_list args);
54
52
55
53
#endif /* ZABBIX_MOCK_TEST_H */