Skip to content

Commit

Permalink
Rename events table to EVENTS
Browse files Browse the repository at this point in the history
  • Loading branch information
zbud-msft committed Oct 1, 2024
1 parent 898aa5d commit b9e0768
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/events_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ typedef map<string, string> map_str_str_t;
* Config that can be read from init_cfg
*/
#define INIT_CFG_PATH "/etc/sonic/init_cfg.json"
#define CFG_EVENTS_KEY "events"
#define CFG_EVENTS_KEY "EVENTS"

/* configurable entities' keys */
/* zmq proxy's xsub & xpub end points */
Expand Down
2 changes: 1 addition & 1 deletion tests/events_common_ut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
using namespace std;

const char *test_cfg_data = "{\
\"events\" : { \
\"EVENTS\" : { \
\"xsub_path\": \"xsub_path\", \
\"req_rep_path\": \"req_rep_path\" \
}\
Expand Down

0 comments on commit b9e0768

Please sign in to comment.