We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 253ceb6 commit 0423020Copy full SHA for 0423020
common/schema.h
@@ -23,6 +23,7 @@ namespace swss {
23
#define CHASSIS_APP_DB 12
24
#define CHASSIS_STATE_DB 13
25
#define APPL_STATE_DB 14
26
+#define EVENT_DB 19
27
28
/***** APPLICATION DATABASE *****/
29
@@ -550,6 +551,12 @@ namespace swss {
550
551
#define APP_FABRIC_MONITOR_DATA_TABLE_NAME "FABRIC_MONITOR_TABLE"
552
#define APP_FABRIC_MONITOR_PORT_TABLE_NAME "FABRIC_PORT_TABLE"
553
554
+#define EVENT_HISTORY_TABLE_NAME "EVENT"
555
+#define EVENT_CURRENT_ALARM_TABLE_NAME "ALARM"
556
+#define EVENT_STATS_TABLE_NAME "EVENT_STATS"
557
+#define EVENT_ALARM_STATS_TABLE_NAME "ALARM_STATS"
558
+
559
560
#ifdef __cplusplus
561
}
562
#endif
0 commit comments