From 822c418921c5abf96a48decf81c7bdf595b76c16 Mon Sep 17 00:00:00 2001 From: Srikanth Naidu Date: Tue, 14 Aug 2018 21:29:31 +0530 Subject: C library update for VES5.4.1 Keyword vNicUsageArray is replaced by vNicPerformanceArray and other C library updates for VES5.4.1 Change-Id: I21611b6680ca732562fb9984a5fcd9679f8376e9 Issue-ID: CERT-15 Signed-off-by: Srikanth Naidu --- .../evel/evel-library/code/evel_library/evel_scaling_measurement.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vnfs/VES5.0/evel/evel-library/code/evel_library/evel_scaling_measurement.c') diff --git a/vnfs/VES5.0/evel/evel-library/code/evel_library/evel_scaling_measurement.c b/vnfs/VES5.0/evel/evel-library/code/evel_library/evel_scaling_measurement.c index 677cb8ea..04bed579 100644 --- a/vnfs/VES5.0/evel/evel-library/code/evel_library/evel_scaling_measurement.c +++ b/vnfs/VES5.0/evel/evel-library/code/evel_library/evel_scaling_measurement.c @@ -3402,7 +3402,7 @@ void evel_json_encode_measurement(EVEL_JSON_BUFFER * jbuf, /* vNIC Usage TBD Performance array */ /***************************************************************************/ evel_json_checkpoint(jbuf); - if (evel_json_open_opt_named_list(jbuf, "vNicUsageArray")) + if (evel_json_open_opt_named_list(jbuf, "vNicPerformanceArray")) { bool item_added = false; -- cgit 1.2.3-korg