ossp-pkg/l2/l2_p.h 1.20 -> 1.21
--- l2_p.h 2001/09/24 14:37:36 1.20
+++ l2_p.h 2001/09/24 15:36:23 1.21
@@ -77,6 +77,9 @@
l2_channel_t *downstream;
l2_context_t context;
l2_handler_t handler;
+ char szError[1024];
+ char szErrorInfo[512];
+ l2_result_t rvErrorInfo;
};
typedef struct {
|
|