diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-06 16:32:34 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-06 16:32:34 +0000 |
commit | 8a04b69478118219b0456b1b212e895dceedc36f (patch) | |
tree | 7edcb4ff092de48ee180dcb22d193ed2fde24329 /msg.h | |
parent | b083f699422e08c192130e6f020d7fb002131dda (diff) | |
download | rsyslog-8a04b69478118219b0456b1b212e895dceedc36f.tar.gz rsyslog-8a04b69478118219b0456b1b212e895dceedc36f.tar.xz rsyslog-8a04b69478118219b0456b1b212e895dceedc36f.zip |
adjusted to recent IETF developments
Diffstat (limited to 'msg.h')
-rw-r--r-- | msg.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ struct msg { int iLenSeverity; /* ... and its length. */ uchar *pszSeverityStr; /* severity name... */ int iLenSeverityStr; /* ... and its length. */ - int iFacility; /* Facility code (up to 2^32-1) */ + short iFacility; /* Facility code 0 .. 23*/ uchar *pszFacility; /* Facility as string... */ int iLenFacility; /* ... and its length. */ uchar *pszFacilityStr; /* facility name... */ |