aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocore
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-08-25 14:55:44 +0200
committerHarald Welte <laforge@gnumonks.org>2010-08-25 18:10:19 +0200
commit0083cd381c9ad7d65789db612771868d2be22696 (patch)
tree1c25fcd44187705e9fa2af60e42b130385031dd0 /include/osmocore
parentd4bb7ab66b6f31b2dc5a54b61aa294188e7fc74f (diff)
logging: rename tgt_stdout to tgt_file
Diffstat (limited to 'include/osmocore')
-rw-r--r--include/osmocore/logging.h2
1 files changed, 1 insertions, 1 deletions
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;