aboutsummaryrefslogtreecommitdiffstats
path: root/daemon/syslogd.h
diff options
context:
space:
mode:
authoryaworsky <yaworsky>2005-11-29 10:12:45 +0000
committeryaworsky <yaworsky>2005-11-29 10:12:45 +0000
commitffe303d7937f478fccbb302c04e63e0cbfd7867e (patch)
tree2ff95f111d9a4c90a7f46dd47663b58fe378fc83 /daemon/syslogd.h
parente7be81dd66bc4d19ff8552b81aa38821eeb9f457 (diff)
downloadsyslog-win32-ffe303d7937f478fccbb302c04e63e0cbfd7867e.tar.gz
syslog-win32-ffe303d7937f478fccbb302c04e63e0cbfd7867e.tar.xz
syslog-win32-ffe303d7937f478fccbb302c04e63e0cbfd7867e.zip
Convert TAG (program name) from source encoding to locale encoding if source
encoding is specified and other than locale encoding.
Diffstat (limited to '')
-rw-r--r--daemon/syslogd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/daemon/syslogd.h b/daemon/syslogd.h
index d2bb056..97b02ea 100644
--- a/daemon/syslogd.h
+++ b/daemon/syslogd.h
@@ -197,7 +197,8 @@ struct logpath
struct source *source;
struct filter *filter;
struct destination *destination;
- GIConv message_cd;
+ GIConv message_cd; /* charset conversion descriptor for message */
+ GIConv program_cd; /* charset conversion descriptor for program name */
};
extern GList *sources;