Hi Mahesh, ACK. Review only.
Sincerely, Hoang -----Original Message----- From: A V Mahesh [mailto:[email protected]] Sent: Friday, March 10, 2017 12:47 PM To: [email protected]; [email protected] Cc: [email protected] Subject: [PATCH 1 of 1] cpd: update missed out node_users_cnt on standby [#2337] src/ckpt/ckptd/cpd_sbevt.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) Fixed the missed-out/introduced issue of ticket #1669 patch node_users_cnt variable diff --git a/src/ckpt/ckptd/cpd_sbevt.c b/src/ckpt/ckptd/cpd_sbevt.c --- a/src/ckpt/ckptd/cpd_sbevt.c +++ b/src/ckpt/ckptd/cpd_sbevt.c @@ -586,6 +586,7 @@ uint32_t cpd_sb_proc_ckpt_usrinfo(CPD_CB ckpt_node->num_sections = msg->info.usr_info_2.num_sections; ckpt_node->ckpt_on_scxb1 = msg->info.usr_info_2.ckpt_on_scxb1; ckpt_node->ckpt_on_scxb2 = msg->info.usr_info_2.ckpt_on_scxb2; + ckpt_node->node_users_cnt = msg->info.usr_info_2.node_users_cnt; /* Free the old node_users */ CPD_NODE_USER_INFO *node_user = ckpt_node->node_users; ------------------------------------------------------------------------------ Announcing the Oxford Dictionaries API! The API offers world-renowned dictionary content that is easy and intuitive to access. Sign up for an account today to start using our lexical data to power your apps and projects. Get started today and enter our developer competition. http://sdm.link/oxford _______________________________________________ Opensaf-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensaf-devel
