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:
authorVladimir Levijev <vladimir.levijev@zabbix.com>2015-10-27 19:28:26 +0300
committerVladimir Levijev <vladimir.levijev@zabbix.com>2015-10-27 19:28:26 +0300
commite357148f1937c27b0de36d7e2e4e42e993772a0f (patch)
tree407ce5e0410b076796eb45ff5dd9e7017e0e2d60 /include/log.h
parent2a30a3b1f1ac5fff8624eb4730e175c82189d7ac (diff)
...G...PS. [ZBX-6028] mind possible stdout and stderr streams of a process when rotating the log
Diffstat (limited to 'include/log.h')
-rw-r--r--include/log.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/log.h b/include/log.h
index 149123a0be6..016afd54580 100644
--- a/include/log.h
+++ b/include/log.h
@@ -71,10 +71,5 @@ char *strerror_from_system(unsigned long error);
char *strerror_from_module(unsigned long error, const wchar_t *module);
#endif
-#if defined(_WINDOWS)
-# define redirect_std(filename)
-#else
- void redirect_std(const char *filename);
-#endif
-
+void zbx_handle_log(const char *log_filename);
#endif