summaryrefslogtreecommitdiffstats
path: root/include/zbxplugin.h
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-02-19 12:07:46 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-02-19 12:07:46 +0000
commitbbadd78fb2a0ef624b1503f647157f58e93ab474 (patch)
treee8b09916e091a9882e858e3d6170e96514d17ba6 /include/zbxplugin.h
parent46e7eba7e031f101a82973caae71c2a0c1882cca (diff)
downloadzabbix-bbadd78fb2a0ef624b1503f647157f58e93ab474.tar.gz
zabbix-bbadd78fb2a0ef624b1503f647157f58e93ab474.tar.xz
zabbix-bbadd78fb2a0ef624b1503f647157f58e93ab474.zip
- tested and fixed jabber messager (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3836 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include/zbxplugin.h')
-rw-r--r--include/zbxplugin.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/zbxplugin.h b/include/zbxplugin.h
index cf8998af..e61516e7 100644
--- a/include/zbxplugin.h
+++ b/include/zbxplugin.h
@@ -43,13 +43,13 @@ typedef struct
struct zbx_plugin_list
{
- struct zbx_plugin_list *next; // Pointer to next element in a chain
+ struct zbx_plugin_list *next; /* Pointer to next element in a chain */
- ZBX_MODULE hModule; // DLL module handle
+ ZBX_MODULE hModule; /* DLL module handle */
int runned;
int (__zabbix_api * init)(char *,ZBX_PLUGIN_ARGS **);
void (__zabbix_api * shutdown)(void);
- ZBX_PLUGIN_ARGS *args; // List of subagent's commands
+ ZBX_PLUGIN_ARGS *args; /* List of subagent's commands */
};
typedef struct zbx_plugin_list ZBX_PLUGIN_LIST;