ossp-pkg/l2/l2_p.h 1.29 -> 1.30
--- l2_p.h 2001/11/04 13:55:06 1.29
+++ l2_p.h 2001/11/07 11:37:18 1.30
@@ -69,6 +69,7 @@
/* some hard-coded sizes :-( */
#define L2_MAX_MSGSIZE 4096
#define L2_MAX_FORMATTERS 128
+#define L2_MAX_HANDLERS 128
/* internal channel state */
typedef enum {
@@ -101,6 +102,7 @@
unsigned int levelmask;
unsigned int flushmask;
l2_formatter_entry_t formatters[L2_MAX_FORMATTERS];
+ l2_handler_t *handlers[L2_MAX_HANDLERS];
char message[L2_MAX_MSGSIZE];
char szError[1024];
char szErrorInfo[512];
|
|