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/daemon.h
parent282288a2c1ace178954bc7544083bd2a979e97c1 (diff)
DLL symbols importing added (Eugene)
Diffstat (limited to 'include/daemon.h')
-rwxr-xr-xinclude/daemon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/daemon.h b/include/daemon.h
index ed961c6669a..5afea932e79 100755
--- a/include/daemon.h
+++ b/include/daemon.h
@@ -46,4 +46,6 @@ void init_main_process(void);
/* tall all threads what application must be closed - NOT needed for linux forks */
#define ZBX_DO_EXIT()
+#define START_MAIN_ZABBIX_ENTRY(a) daemon_start(a)
+
#endif /* ZABBIX_DAEMON_H */