summaryrefslogtreecommitdiffstats
path: root/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-10 16:18:05 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-10 16:18:05 +0000
commit41f386f6abeff1577812a58ccd1d416a5389a85b (patch)
tree3ee569097d9a3ca4edb6c7bad3aef801215ffa69 /rsyslog.h
parenta244eb773908fa1f86a61ab52f2cad6224017e88 (diff)
downloadrsyslog-41f386f6abeff1577812a58ccd1d416a5389a85b.tar.gz
rsyslog-41f386f6abeff1577812a58ccd1d416a5389a85b.tar.xz
rsyslog-41f386f6abeff1577812a58ccd1d416a5389a85b.zip
some cleanup
Diffstat (limited to 'rsyslog.h')
-rw-r--r--rsyslog.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/rsyslog.h b/rsyslog.h
index 0bb8371b..a3ea9bb8 100644
--- a/rsyslog.h
+++ b/rsyslog.h
@@ -142,13 +142,13 @@ enum rsObjectID
* invalid object pointer!
*/
OIDrsInvalid = 0, /**< value created by calloc(), so do not use ;) */
- /* The 0xEFCD is a debug aid. It helps us find object IDs in memory
- * dumps (on X86, this is CDEF in the dump ;)
+ /* The 0x3412 is a debug aid. It helps us find object IDs in memory
+ * dumps (on X86, this is 1234 in the dump ;)
* If you are on an embedded device and you would like to save space
* make them 1 byte only.
*/
- OIDrsCStr = 0xEFCD0001,
- OIDrsPars = 0xEFCD0002
+ OIDrsCStr = 0x34120001,
+ OIDrsPars = 0x34120002
};
typedef enum rsObjectID rsObjID;