diff options
author | Michael Biebl <biebl@debian.org> | 2013-09-03 22:42:46 +0200 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2013-09-03 22:42:46 +0200 |
commit | 0c656246c6818b9fd0426411ed1cf926fbbc907d (patch) | |
tree | ca5db297c70a912d88b42df3c56a53c304aef5a3 /runtime/librsgt.h | |
parent | a400789c367fd3cd8d0f9588ca2af72dcac47c9c (diff) | |
download | rsyslog-0c656246c6818b9fd0426411ed1cf926fbbc907d.tar.gz |
Imported Upstream version 7.4.4upstream/7.4.4
Diffstat (limited to 'runtime/librsgt.h')
-rw-r--r-- | runtime/librsgt.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/librsgt.h b/runtime/librsgt.h index bfcc462..bf9c9c3 100644 --- a/runtime/librsgt.h +++ b/runtime/librsgt.h @@ -151,7 +151,10 @@ struct rsgtstatefile { }; /* Flags and record types for TLV handling */ +#define RSGT_FLAG_NONCRIT 0x80 +#define RSGT_FLAG_FORWARD 0x40 #define RSGT_FLAG_TLV16 0x20 +#define RSGT_TYPE_MASK 0x1f /* error states */ #define RSGTE_IO 1 /* any kind of io error */ |