diff options
author | Gokul Singaraju <goksing@gmail.com> | 2017-12-07 11:07:02 -0500 |
---|---|---|
committer | Gokul Singaraju <goksing@gmail.com> | 2017-12-07 11:07:15 -0500 |
commit | 5681629f8f24008cdb5773c5c094f90002535774 (patch) | |
tree | 12fd58339998848339c27f7e982ca42191b8765c /vnfs/VES5.0/evel/evel-library/code/evel_library | |
parent | f2699c9fc5c9c8c790602e476b935e1a9b48d5dc (diff) |
Fix bug in test collector and batch string
Issue-ID: CERT-8
Change-Id: If3030eedad31e32cdec55857b2039b34fd1d730e
Signed-Off-by: Gokul Singaraju <goksing@gmail.com>
Diffstat (limited to 'vnfs/VES5.0/evel/evel-library/code/evel_library')
-rw-r--r-- | vnfs/VES5.0/evel/evel-library/code/evel_library/evel_throttle.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vnfs/VES5.0/evel/evel-library/code/evel_library/evel_throttle.c b/vnfs/VES5.0/evel/evel-library/code/evel_library/evel_throttle.c index 667799a9..2f469a78 100644 --- a/vnfs/VES5.0/evel/evel-library/code/evel_library/evel_throttle.c +++ b/vnfs/VES5.0/evel/evel-library/code/evel_library/evel_throttle.c @@ -125,6 +125,7 @@ static const char * const evel_json_token_strings[JSON_TOKEN_TYPES] = { /*****************************************************************************/ static const char * evel_domain_strings[EVEL_MAX_DOMAINS] = { "internal", + "batch", "heartbeat", "fault", "measurementsForVfScaling", |