Skip to content
Snippets Groups Projects
Commit 0f55a92c authored by pavel.uhanov's avatar pavel.uhanov
Browse files

[*] replace const char * to const char[]

parent 1898c47c
No related branches found
No related tags found
1 merge request!1768hotfix-12734_12766
Pipeline #43850 passed with stage
in 13 minutes and 26 seconds
Subproject commit 7a5e2ea724c3d778384ecff743f5cf846e92778f
Subproject commit f57a08d56b0f01200fb5f7b9edde9977e13aefa5
......@@ -61,7 +61,7 @@ static const uint64_t s_cmp_delta_timestamp = (uint64_t)1000 /*sec*/ * (uint64_t
static const uint64_t s_cmp_delta_event = 0;
static const uint64_t s_cmp_delta_atom = 10;
static const uint64_t s_timer_update_states_info = 10 /*sec*/ * 1000;
static const char *s_states_group = ".nodes.states";
static const char s_states_group[] = ".nodes.states";
/**
* @brief get states info about current
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment