From b0f148ea6c62fbdf781947e28a3de2edf378d35f Mon Sep 17 00:00:00 2001 From: jfeng-arista <98421150+jfeng-arista@users.noreply.github.com> Date: Mon, 25 Sep 2023 10:17:40 -0700 Subject: [PATCH] [chassis][voq] Add fabric monitoring tables definitions. (#808) Add fabric monitoring table names in a common location, as they are utilized in multiple files associated with the fabric monitoring feature. --- common/schema.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/schema.h b/common/schema.h index a9fc4892..01c7c809 100644 --- a/common/schema.h +++ b/common/schema.h @@ -531,6 +531,11 @@ namespace swss { #define CFG_DTEL_QUEUE_REPORT_TABLE_NAME "DTEL_QUEUE_REPORT" #define CFG_DTEL_EVENT_TABLE_NAME "DTEL_EVENT" +#define CFG_FABRIC_MONITOR_DATA_TABLE_NAME "FABRIC_MONITOR" +#define CFG_FABRIC_MONITOR_PORT_TABLE_NAME "FABRIC_PORT" +#define APP_FABRIC_MONITOR_DATA_TABLE_NAME "FABRIC_MONITOR_TABLE" +#define APP_FABRIC_MONITOR_PORT_TABLE_NAME "FABRIC_PORT_TABLE" + #ifdef __cplusplus } #endif