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:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2008-01-02 15:33:05 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2008-01-02 15:33:05 +0300
commitcced8a6dedc7f5a01da82e2f1df769d79bb76f5c (patch)
treed3670efb0f24c6b87b4b58d6df0ed10ad311eace /include/service.h
parent33ad7dbf4a6a645b32d33e90a3113443ff79bb5a (diff)
- [DEV-92] added supprt of multiple windows agents, service description
[svn merge svn://svn.zabbix.com/branches/1.4.j -r5208:5211]
Diffstat (limited to 'include/service.h')
-rw-r--r--include/service.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/service.h b/include/service.h
index a907546831d..5c813f2a2e6 100644
--- a/include/service.h
+++ b/include/service.h
@@ -28,9 +28,6 @@
extern ZBX_THREAD_HANDLE *threads;
-#define ZABBIX_SERVICE_NAME APPLICATION_NAME
-#define ZABBIX_EVENT_SOURCE APPLICATION_NAME
-
void service_start(void);
int ZabbixCreateService(char *execName);