Skip to content

Commit 0423020

Browse files
committed
Add new tables for Event and Alarms.
1 parent 253ceb6 commit 0423020

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

common/schema.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ namespace swss {
2323
#define CHASSIS_APP_DB 12
2424
#define CHASSIS_STATE_DB 13
2525
#define APPL_STATE_DB 14
26+
#define EVENT_DB 19
2627

2728
/***** APPLICATION DATABASE *****/
2829

@@ -550,6 +551,12 @@ namespace swss {
550551
#define APP_FABRIC_MONITOR_DATA_TABLE_NAME "FABRIC_MONITOR_TABLE"
551552
#define APP_FABRIC_MONITOR_PORT_TABLE_NAME "FABRIC_PORT_TABLE"
552553

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+
553560
#ifdef __cplusplus
554561
}
555562
#endif

0 commit comments

Comments
 (0)