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:
authorAndris Zeila <andris.zeila@zabbix.com>2014-09-10 10:55:31 +0400
committerAndris Zeila <andris.zeila@zabbix.com>2014-09-10 10:55:31 +0400
commit0a382960cace861f0eeb28ba58e6d9b72710e74b (patch)
tree5e222d36e43ed1011bb0ebd0969234961335e32e /include/module.h
parent5849f05b17c21532eae23d5829549ed8e4334389 (diff)
.......PS. [ZBX-8728] changed ssh.run key parsing to use new AGENT_REQUEST api
Diffstat (limited to 'include/module.h')
-rw-r--r--include/module.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/module.h b/include/module.h
index f70fe5c2f81..d69f3dd827c 100644
--- a/include/module.h
+++ b/include/module.h
@@ -27,6 +27,8 @@
#define ZBX_MODULE_API_VERSION_ONE 1
+#define get_rkey(request) (request)->key
+#define get_rparams_num(request) (request)->nparam
#define get_rparam(request, num) ((request)->nparam > num ? (request)->params[num] : NULL)
/* flags for command */