diff options
author | 2018-06-11 14:12:09 +0000 | |
---|---|---|
committer | 2018-06-11 14:12:09 +0000 | |
commit | 12f6d79d758048a7acd0615d1eee01686f05fd06 (patch) | |
tree | bf22a87ae3a99c54a9b3f2ec60c6e03125a7922b /vnfs/VES5.0/evel/evel-library/code/evel_library/evel_scaling_measurement.c | |
parent | 287b9b36c979a20a33f158c4b68e063896f5526c (diff) | |
parent | 14193fcf7c0529eaed7b6197bde976a900db8415 (diff) |
Merge "Implement sequencing for faults only"
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.c | 2 |
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 84d2564b..677cb8ea 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 @@ -3138,7 +3138,7 @@ void evel_json_encode_measurement(EVEL_JSON_BUFFER * jbuf, { evel_json_open_object(jbuf); evel_enc_kv_object(jbuf, "objectInstance", jsonobjinst->jsonstring); - evel_enc_kv_ull(jbuf, "objectInstanceEpochMicrosec", jsonobjinst->objinst_epoch_microsec); + evel_enc_kv_opt_ull(jbuf, "objectInstanceEpochMicrosec", &jsonobjinst->objinst_epoch_microsec); //evel_json_checkpoint(jbuf); if (evel_json_open_opt_named_list(jbuf, "objectKeys")) { |