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:
authorJuris Miščenko <git-no-reply@zabbix.com>2014-01-07 18:33:10 +0400
committerJuris Miščenko <git-no-reply@zabbix.com>2014-01-07 18:33:10 +0400
commit0d97ab582c880afe186aec7ea0d78deae98a79c3 (patch)
tree957ab8133ebb22d42f0e572669dac4805537d58f /include/service.h
parent649fa51eb01234d6043eba1903886a1e01f77b42 (diff)
...G...PS. [ZBXNEXT-453] Implemented ability to drop privileges to any existing system user. daemon_start() has a new parameter.
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 3d6a92bb45a..a7a1c73f00d 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) service_start()
+#define START_MAIN_ZABBIX_ENTRY(a, u) service_start()
#endif /* ZABBIX_SERVICE_H */