summaryrefslogtreecommitdiffstats
path: root/liblogging-stub.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-09-07 16:04:24 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-09-07 16:04:24 +0000
commit602fb17d3307d3dbe619ec559688c5b0c2ebc47c (patch)
treed365a4c0925565262839106c5fbb25dafefb14d7 /liblogging-stub.h
parent8febc25442bcd8fb5ce65c072404ca3d62602cef (diff)
downloadrsyslog-602fb17d3307d3dbe619ec559688c5b0c2ebc47c.tar.gz
rsyslog-602fb17d3307d3dbe619ec559688c5b0c2ebc47c.tar.xz
rsyslog-602fb17d3307d3dbe619ec559688c5b0c2ebc47c.zip
begin adding counted string class - does NOT compile yet!
Diffstat (limited to 'liblogging-stub.h')
-rwxr-xr-xliblogging-stub.h7
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;