diff options
author | Gokul Singaraju <goksing@gmail.com> | 2018-01-28 23:58:35 -0500 |
---|---|---|
committer | Gokul Singaraju <goksing@gmail.com> | 2018-01-29 00:00:22 -0500 |
commit | 60be767cee1a22dfd3ad4fca29fedbe56a277bdc (patch) | |
tree | 987dd1177f11bd6bfcc38e3e0c9193f6be121587 /vnfs/VES5.0/evel/evel-library/code/evel_library/evel.h | |
parent | 39f35cca6560c97ecd719a13793ead184f6e7e3c (diff) |
Function to modify event source name
Issue-ID: CERT-13
Change-Id: I7dc342bc7fcf99525958c32cd6c6c309344640fc
Signed-Off-by: Gokul SIngaraju <goksing@gmail.com>
Diffstat (limited to 'vnfs/VES5.0/evel/evel-library/code/evel_library/evel.h')
-rw-r--r-- | vnfs/VES5.0/evel/evel-library/code/evel_library/evel.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vnfs/VES5.0/evel/evel-library/code/evel_library/evel.h b/vnfs/VES5.0/evel/evel-library/code/evel_library/evel.h index 896dd9d1..5c05993d 100644 --- a/vnfs/VES5.0/evel/evel-library/code/evel_library/evel.h +++ b/vnfs/VES5.0/evel/evel-library/code/evel_library/evel.h @@ -1441,6 +1441,17 @@ EVEL_ERR_CODES evel_initialize(const char * const fqdn, ); /**************************************************************************//** + * Initialize value for vm_name for all coming events + * @param source_name Source name string. + * Must confirm with EVEL source name standard + * @returns Status code + * @retval EVEL_SUCCESS On success + * @retval ::EVEL_ERR_CODES On failure. + *****************************************************************************/ +EVEL_ERR_CODES evel_set_source_name(char * src_name); + + +/**************************************************************************//** * Clean up the EVEL library. * * @note that at present don't expect Init/Term cycling not to leak memory! |