Skip to content

Commit

Permalink
Add new tables for Event and Alarms.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaveshdell committed Feb 21, 2024
1 parent 3c3ae57 commit 66724db
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions common/schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ namespace swss {
#define CHASSIS_APP_DB 12
#define CHASSIS_STATE_DB 13
#define APPL_STATE_DB 14
#define EVENT_DB 19

/***** APPLICATION DATABASE *****/

Expand Down Expand Up @@ -550,6 +551,12 @@ namespace swss {
#define APP_FABRIC_MONITOR_DATA_TABLE_NAME "FABRIC_MONITOR_TABLE"
#define APP_FABRIC_MONITOR_PORT_TABLE_NAME "FABRIC_PORT_TABLE"

#define EVENT_HISTORY_TABLE_NAME "EVENT"
#define EVENT_CURRENT_ALARM_TABLE_NAME "ALARM"
#define EVENT_STATS_TABLE_NAME "EVENT_STATS"
#define EVENT_ALARM_STATS_TABLE_NAME "ALARM_STATS"


#ifdef __cplusplus
}
#endif
Expand Down

0 comments on commit 66724db

Please sign in to comment.