Check-in Number:
|
945 | |
Date: |
2001-Sep-12 10:13:12 (local)
2001-Sep-12 08:13:12 (UTC) |
User: | thl |
Branch: | |
Comment: |
added L2_LEVEL_NONE - 2nd attempt |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/l2/l2.h 1.23 -> 1.24
--- l2.h 2001/09/12 08:08:46 1.23
+++ l2.h 2001/09/12 08:13:12 1.24
@@ -80,6 +80,7 @@
/* list of logging levels (high to low priority; low to high amount of logging) */
typedef enum {
+ L2_LEVEL_NONE = 0,
L2_LEVEL_PANIC = (1 << 0),
L2_LEVEL_CRITICAL = (1 << 1),
L2_LEVEL_ERROR = (1 << 2),
|
|