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:
authorGlebs Ivanovskis <git-no-reply@zabbix.com>2018-02-23 15:02:23 +0300
committerGlebs Ivanovskis <git-no-reply@zabbix.com>2018-02-23 15:02:23 +0300
commit5ccc5f43ad7ec4228144ab9268e98b70cc4b8e99 (patch)
tree9e819070e32e30afd55efe9850cbb05bc3a29460 /include/zbxtasks.h
parentbe0ed6604803bfd11cbd904b0468b0082e850b88 (diff)
.......PS. [ZBXNEXT-936] fixed formatting
Diffstat (limited to 'include/zbxtasks.h')
-rw-r--r--include/zbxtasks.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/zbxtasks.h b/include/zbxtasks.h
index 37347841d74..19b661fe721 100644
--- a/include/zbxtasks.h
+++ b/include/zbxtasks.h
@@ -65,7 +65,7 @@ typedef struct
{
int status;
char *info;
- zbx_uint64_t parent_taskid;
+ zbx_uint64_t parent_taskid;
}
zbx_tm_remote_command_result_t;
@@ -95,7 +95,7 @@ zbx_tm_task_t *zbx_tm_task_create(zbx_uint64_t taskid, unsigned char type, unsig
void zbx_tm_task_clear(zbx_tm_task_t *task);
void zbx_tm_task_free(zbx_tm_task_t *task);
-zbx_tm_remote_command_t *zbx_tm_remote_command_create(int commandtype, const char *command, int execute_on, int port,
+zbx_tm_remote_command_t *zbx_tm_remote_command_create(int commandtype, const char *command, int execute_on, int port,
int authtype, const char *username, const char *password, const char *publickey, const char *privatekey,
zbx_uint64_t parent_taskid, zbx_uint64_t hostid, zbx_uint64_t alertid);