ossp-pkg/l2/l2_p.h 1.24 -> 1.25
--- l2_p.h 2001/10/06 14:33:09 1.24
+++ l2_p.h 2001/11/03 22:51:36 1.25
@@ -77,12 +77,16 @@
struct l2_channel_st {
l2_chstate_t state;
- l2_channel_t *downstream;
+ l2_channel_t *parent;
+ l2_channel_t *sibling;
+ l2_channel_t *child;
l2_context_t context;
l2_handler_t handler;
char szError[1024];
char szErrorInfo[512];
l2_result_t rvErrorInfo;
+ unsigned int levelmask;
+ unsigned int flushmask;
};
typedef struct {
|
|