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
diff options
context:
space:
mode:
authorVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2021-01-12 14:47:44 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2021-01-12 14:48:32 +0300
commit6c50ea47a28d178f94afe8653a6158c2592de546 (patch)
treea8756d6fd0a0f4bea62dfaef3eae32d0c7c26e34 /include/modbtype.h
parent97e38de4e30d7cfcefd0861e910c55730940ae8c (diff)
...G...... [ZBX-16216] fixed semaphore not being cleaned up when stopping Zabbix agent
...G...... [ZBX-16216] fixed semaphore not being cleaned up when stopping Zabbix agent * commit '02fbed983f2b25d186995655b58d352208963fb9': .D........ [ZBX-16216] fixed semaphore not being cleaned up when stopping Zabbix agent ...G...... [ZBX-16216] fixed semaphore not being cleaned up when stopping Zabbix agent (cherry picked from commit a7b60383f287bc2a5d4246b3866fb60bbcd19c2d)
Diffstat (limited to 'include/modbtype.h')
-rw-r--r--include/modbtype.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/modbtype.h b/include/modbtype.h
index aa6166fb723..bcc1a82dda7 100644
--- a/include/modbtype.h
+++ b/include/modbtype.h
@@ -124,6 +124,7 @@ typedef enum
} modbus_endianness_t;
int MODBUS_GET(AGENT_REQUEST *request, AGENT_RESULT *result);
-int zbx_init_modbus(char **error);
+int zbx_init_modbus(char **error);
+void zbx_deinit_modbus(void);
#endif /* ZABBIX_SYSINFO_COMMON_MODBTYPE_H */