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:
authorEugene Grigorjev <git-no-reply@zabbix.com>2006-07-17 16:25:16 +0400
committerEugene Grigorjev <git-no-reply@zabbix.com>2006-07-17 16:25:16 +0400
commitf94ec0d63c9d604fc483ef6b995928045655be49 (patch)
tree4cd9db088f03ce78d55e4717e5e3015a8dbff7a6 /include/service.h
parent282288a2c1ace178954bc7544083bd2a979e97c1 (diff)
DLL symbols importing added (Eugene)
Diffstat (limited to 'include/service.h')
-rwxr-xr-xinclude/service.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/service.h b/include/service.h
index 7b0225f6996..29af770b119 100755
--- a/include/service.h
+++ b/include/service.h
@@ -38,6 +38,7 @@ int ZabbixRemoveService(void);
int ZabbixStartService(void);
int ZabbixStopService(void);
+#define init_main_process()
/* APPLICATION running status */
/* requred for closing application from service */
@@ -52,4 +53,6 @@ extern int application_is_runned;
/* ask for application closing status */
#define ZBX_DO_EXIT() (application_is_runned = ZBX_APP_STOPPED)
+#define START_MAIN_ZABBIX_ENTRY(a) service_start()
+
#endif /* ZABBIX_SERVICE_H */