osaf/services/saf/glsv/gld/gld_api.c | 3 --- osaf/services/saf/glsv/glnd/glnd_cb.c | 3 --- 2 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/osaf/services/saf/glsv/gld/gld_api.c b/osaf/services/saf/glsv/gld/gld_api.c --- a/osaf/services/saf/glsv/gld/gld_api.c +++ b/osaf/services/saf/glsv/gld/gld_api.c @@ -316,7 +316,6 @@ uint32_t gld_cb_init(GLSV_GLD_CB *gld_cb /* Intialize all the patrica trees */ params.key_size = sizeof(uint32_t); - params.info_size = 0; if ((ncs_patricia_tree_init(&gld_cb->glnd_details, ¶ms)) != NCSCC_RC_SUCCESS) { LOG_ER("Patricia tree init failed"); @@ -326,7 +325,6 @@ uint32_t gld_cb_init(GLSV_GLD_CB *gld_cb gld_cb->glnd_details_tree_up = true; params.key_size = sizeof(uint32_t); - params.info_size = 0; if ((ncs_patricia_tree_init(&gld_cb->rsc_info_id, ¶ms)) != NCSCC_RC_SUCCESS) { LOG_ER("Patricia tree init failed"); @@ -336,7 +334,6 @@ uint32_t gld_cb_init(GLSV_GLD_CB *gld_cb gld_cb->rsc_info_id_tree_up = true; params.key_size = sizeof(SaNameT); - params.info_size = 0; if ((ncs_patricia_tree_init(&gld_cb->rsc_map_info, ¶ms)) != NCSCC_RC_SUCCESS) { LOG_ER("Patricia tree init failed"); diff --git a/osaf/services/saf/glsv/glnd/glnd_cb.c b/osaf/services/saf/glsv/glnd/glnd_cb.c --- a/osaf/services/saf/glsv/glnd/glnd_cb.c +++ b/osaf/services/saf/glsv/glnd/glnd_cb.c @@ -73,7 +73,6 @@ GLND_CB *glnd_cb_create(uint32_t pool_id /* create the internal strucutures */ /* create the client Tree */ params.key_size = sizeof(SaLckHandleT); - params.info_size = 0; if ((ncs_patricia_tree_init(&glnd_cb->glnd_client_tree, ¶ms)) != NCSCC_RC_SUCCESS) { LOG_ER("GLND Client tree init failed mds_dest_id: %" PRIx64, glnd_cb->glnd_mdest_id); goto client_err; @@ -81,7 +80,6 @@ GLND_CB *glnd_cb_create(uint32_t pool_id /* create the agent tree */ params.key_size = sizeof(MDS_DEST); - params.info_size = 0; if ((ncs_patricia_tree_init(&glnd_cb->glnd_agent_tree, ¶ms)) != NCSCC_RC_SUCCESS) { LOG_ER("GLND agent tree init failed mds_dest_id: %" PRIx64, glnd_cb->glnd_mdest_id); goto agent_err; @@ -89,7 +87,6 @@ GLND_CB *glnd_cb_create(uint32_t pool_id /* create the Resource tree */ params.key_size = sizeof(SaLckResourceIdT); - params.info_size = 0; if ((ncs_patricia_tree_init(&glnd_cb->glnd_res_tree, ¶ms)) != NCSCC_RC_SUCCESS) { LOG_ER("GLND Rsc tree init failed mds_dest_id: %" PRIx64, glnd_cb->glnd_mdest_id); goto res_err; ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports. http://pubads.g.doubleclick.net/gampad/clk?id=1444514421&iu=/41014381 _______________________________________________ Opensaf-devel mailing list Opensaf-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/opensaf-devel