diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-09-07 16:04:24 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-09-07 16:04:24 +0000 |
commit | 602fb17d3307d3dbe619ec559688c5b0c2ebc47c (patch) | |
tree | d365a4c0925565262839106c5fbb25dafefb14d7 /liblogging-stub.h | |
parent | 8febc25442bcd8fb5ce65c072404ca3d62602cef (diff) | |
download | rsyslog-602fb17d3307d3dbe619ec559688c5b0c2ebc47c.tar.gz rsyslog-602fb17d3307d3dbe619ec559688c5b0c2ebc47c.tar.bz2 rsyslog-602fb17d3307d3dbe619ec559688c5b0c2ebc47c.zip |
begin adding counted string class - does NOT compile yet!
Diffstat (limited to 'liblogging-stub.h')
-rwxr-xr-x | liblogging-stub.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/liblogging-stub.h b/liblogging-stub.h index f618a967..3a9ada3f 100755 --- a/liblogging-stub.h +++ b/liblogging-stub.h @@ -195,7 +195,12 @@ enum srObjectID OIDsbStrB = 0xCDAB000B,
OIDsbLstn = 0xCDAB000C,
OIDsbPSSR = 0xCDAB000D,
- OIDsbPSRC = 0xCDAB000E
+ OIDsbPSRC = 0xCDAB000E,
+
+ /* stringbuf extensions (must be kept after merge with liblogging...)
+ * rgerhards 2005-9-07
+ */
+ OIDrsCStr = 0xABCD0001
};
typedef enum srObjectID srObjID;
|