summaryrefslogtreecommitdiffstats
path: root/runtime/msg.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-10-13 07:29:11 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-10-13 07:29:11 +0200
commit05b0c4322bbd7621762dc4b9b3a2e1baeabdaa1f (patch)
treefff445812838b1793c3d515f2a2fb6a63288668a /runtime/msg.h
parent61f643b080234115a0d3cfc1323ff29f8a33f23e (diff)
downloadrsyslog-05b0c4322bbd7621762dc4b9b3a2e1baeabdaa1f.tar.gz
rsyslog-05b0c4322bbd7621762dc4b9b3a2e1baeabdaa1f.tar.xz
rsyslog-05b0c4322bbd7621762dc4b9b3a2e1baeabdaa1f.zip
removed no longer needed msg_t property "bParseHOSTNAME"
Diffstat (limited to 'runtime/msg.h')
-rw-r--r--runtime/msg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/msg.h b/runtime/msg.h
index b006cbec..f7d74597 100644
--- a/runtime/msg.h
+++ b/runtime/msg.h
@@ -60,7 +60,6 @@ struct msg {
once data has entered the queue, this property is no longer needed. */
pthread_mutex_t mut;
bool bDoLock; /* use the mutex? */
- bool bParseHOSTNAME; /* should the hostname be parsed from the message? */
short iRefCount; /* reference counter (0 = unused) */
/* background: the hostname is not present on "regular" messages
* received via UNIX domain sockets from the same machine. However,