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:
Diffstat (limited to 'include/module.h')
-rw-r--r--include/module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/module.h b/include/module.h
index 816e04a7971..b504f20593b 100644
--- a/include/module.h
+++ b/include/module.h
@@ -96,7 +96,7 @@ typedef struct
char *text;
char *msg; /* possible error message */
zbx_log_t *log;
- int type; /* flags: see AR_* above */
+ int type; /* flags: see AR_* above */
int mtime; /* meta information */
}
AGENT_RESULT;