aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/VES5.0/evel/evel-library/code/evel_library/evel_scaling_measurement.c
diff options
context:
space:
mode:
authorSrikanth Naidu <sn8492@att.com>2018-08-14 21:29:31 +0530
committerSrikanth Naidu <sn8492@att.com>2018-08-14 21:30:57 +0530
commit822c418921c5abf96a48decf81c7bdf595b76c16 (patch)
tree89bda5874cb4b7941475a0e67596e64677c0b46a /vnfs/VES5.0/evel/evel-library/code/evel_library/evel_scaling_measurement.c
parentb2c608a794d454fffc738e691919fddf5ca1578b (diff)
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 <sn8492@att.com>
Diffstat (limited to 'vnfs/VES5.0/evel/evel-library/code/evel_library/evel_scaling_measurement.c')
-rw-r--r--vnfs/VES5.0/evel/evel-library/code/evel_library/evel_scaling_measurement.c2
1 files changed, 1 insertions, 1 deletions
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;