Skip to content

Commit

Permalink
Forgot to include the zbx_module_vpoller_echo() prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed Sep 13, 2014
1 parent f2cacd3 commit 65efabe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/zabbix/vpoller-module/vpoller.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
}"

int zbx_module_vpoller(AGENT_REQUEST *request, AGENT_RESULT *result);
int zbx_module_vpoller_echo(AGENT_REQUEST *request, AGENT_RESULT *result);

/* The variable keeps timeout setting for item processing */
static int item_timeout = 0;
Expand Down

0 comments on commit 65efabe

Please sign in to comment.