Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorArmands Arseniuss Skolmeisters <armands.skolmeisters@zabbix.com>2022-09-26 16:34:42 +0300
committerArmands Arseniuss Skolmeisters <armands.skolmeisters@zabbix.com>2022-09-26 16:34:42 +0300
commit88d74e14151ac55e907f1f8b812a28dd7822b00d (patch)
tree3a59533502c0d6071431b739e3857488bd71d44d /tests
parent23cc41e6c10fe785a8ee6b4b296bfb8a93a46cf4 (diff)
parent8923f9227bc32c77828dba4f6b25320859b9053e (diff)
.......... [DEV-2144] renamed and removed functions in zbxself
* commit '8923f9227bc32c77828dba4f6b25320859b9053e': .......... [DEV-2144] removed unused functions .......... [DEV-2144] renamed public interface functions
Diffstat (limited to 'tests')
-rw-r--r--tests/zabbix_server/service/mock_service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/zabbix_server/service/mock_service.c b/tests/zabbix_server/service/mock_service.c
index d350e69a8a1..52cc09b451d 100644
--- a/tests/zabbix_server/service/mock_service.c
+++ b/tests/zabbix_server/service/mock_service.c
@@ -47,7 +47,7 @@ int CONFIG_SERVICEMAN_SYNC_FREQUENCY = 0;
pid_t *threads;
int threads_num;
-void update_selfmon_counter(unsigned char state)
+void zbx_update_selfmon_counter(unsigned char state)
{
ZBX_UNUSED(state);
}