From 4de854dcf00124b82c12421c3ea1f06a9edeff76 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 18 Mar 2013 19:01:40 +0100 Subject: logging: add new log_targets_reopen() function This function will re-open all existing log files in the application, praticularly useful for SIGHUP handlers in case of logrotate --- include/osmocom/core/logging.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/osmocom/core/logging.h b/include/osmocom/core/logging.h index fa3365ad..1d57e22c 100644 --- a/include/osmocom/core/logging.h +++ b/include/osmocom/core/logging.h @@ -203,6 +203,7 @@ struct log_target *log_target_create_file(const char *fname); struct log_target *log_target_create_syslog(const char *ident, int option, int facility); int log_target_file_reopen(struct log_target *tgt); +int log_targets_reopen(void); void log_add_target(struct log_target *target); void log_del_target(struct log_target *target); -- cgit v1.2.3