From 0083cd381c9ad7d65789db612771868d2be22696 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 25 Aug 2010 14:55:44 +0200 Subject: logging: rename tgt_stdout to tgt_file --- include/osmocore/logging.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/osmocore/logging.h b/include/osmocore/logging.h index 7bf24403..70e8f149 100644 --- a/include/osmocore/logging.h +++ b/include/osmocore/logging.h @@ -84,7 +84,7 @@ struct log_target { union { struct { FILE *out; - } tgt_stdout; + } tgt_file; struct { int priority; -- cgit v1.2.3