ossp-pkg/l2/l2_p.h 1.15 -> 1.16
--- l2_p.h 2001/09/11 10:37:04 1.15
+++ l2_p.h 2001/09/12 13:50:46 1.16
@@ -61,6 +61,7 @@
typedef struct {
l2_channel_t *ch;
unsigned int levelmask;
+ unsigned int flushmask;
} l2_channel_entry_t;
typedef struct {
@@ -71,6 +72,7 @@
struct l2_stream_st {
unsigned int levelmask;
+ unsigned int flushmask;
char message[L2_MAX_MSGSIZE];
l2_channel_entry_t channels[L2_MAX_CHANNELS];
l2_formatter_entry_t formatters[L2_MAX_FORMATTERS];
|
|