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/src/libs
diff options
context:
space:
mode:
authorAndris Zeila <andris.zeila@zabbix.com>2022-01-07 16:29:04 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2022-01-07 16:29:04 +0300
commit473c10eb95236e9e04940635d40bfdab28962942 (patch)
tree2ba770a42ef29e88c4ed3ab5652e04b6c10f52c5 /src/libs
parent7a10266e4c6334d7d1513aa986923dc36f16c4b1 (diff)
.......PS. [ZBX-20405] updated comment
Diffstat (limited to 'src/libs')
-rw-r--r--src/libs/zbxembed/embed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/zbxembed/embed.h b/src/libs/zbxembed/embed.h
index e9db0114b1c..dfd6fa3bd62 100644
--- a/src/libs/zbxembed/embed.h
+++ b/src/libs/zbxembed/embed.h
@@ -25,7 +25,7 @@
#define ZBX_ES_LOG_MEMORY_LIMIT (ZBX_MEBIBYTE * 8)
-/* check (and fail) if timeout was exceeded in C function */
+/* this macro can be used in time intensive C functions to check for script timeout execution */
#define ZBX_ES_CHECK_TIMEOUT(ctx, env) \
do { \
zbx_uint64_t elapsed_ms; \