summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-06 16:32:34 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-06 16:32:34 +0000
commit8a04b69478118219b0456b1b212e895dceedc36f (patch)
tree7edcb4ff092de48ee180dcb22d193ed2fde24329
parentb083f699422e08c192130e6f020d7fb002131dda (diff)
downloadrsyslog-8a04b69478118219b0456b1b212e895dceedc36f.tar.gz
rsyslog-8a04b69478118219b0456b1b212e895dceedc36f.tar.xz
rsyslog-8a04b69478118219b0456b1b212e895dceedc36f.zip
adjusted to recent IETF developments
-rw-r--r--msg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/msg.h b/msg.h
index 7b2d2d43..aa7b16be 100644
--- a/msg.h
+++ b/msg.h
@@ -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... */