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:
authorAleksandrs Saveljevs <git-no-reply@zabbix.com>2016-01-06 16:16:48 +0300
committerAleksandrs Saveljevs <git-no-reply@zabbix.com>2016-01-06 16:16:48 +0300
commit26f9c3e21eefdffbda97d6c80fe04b47dbb6bb77 (patch)
tree76a1e51edd39cd7e7eaa20d492d8508af31a0414 /include/service.h
parent75cfd755d8759b66bc2ed0e6e06a94fa510f9b28 (diff)
...G...PS. [ZBXNEXT-611] suggested stylistic and minor fixes during code review
Diffstat (limited to 'include/service.h')
-rw-r--r--include/service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/service.h b/include/service.h
index 61436dbe714..67584c55ea8 100644
--- a/include/service.h
+++ b/include/service.h
@@ -45,6 +45,6 @@ int application_status; /* required for closing application from service */
#define ZBX_IS_RUNNING() (ZBX_APP_RUNNING == application_status)
#define ZBX_DO_EXIT() application_status = ZBX_APP_STOPPED
-#define START_MAIN_ZABBIX_ENTRY(a, user, flags) service_start(flags)
+#define START_MAIN_ZABBIX_ENTRY(allow_root, user, flags) service_start(flags)
#endif /* ZABBIX_SERVICE_H */