aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/VES5.0/evel/evel-library/code/evel_library/evel.h
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2018-01-29 21:20:17 +0000
committerGerrit Code Review <gerrit@onap.org>2018-01-29 21:20:17 +0000
commit91886c4a3e5de5d388da0132dcc4e05751ac43f8 (patch)
tree14d6d2e5528352fdecb1b1b1938f9778ae2dcc40 /vnfs/VES5.0/evel/evel-library/code/evel_library/evel.h
parentc492910bbf7a29b693ed2554ebf96d7f3989b292 (diff)
parent60be767cee1a22dfd3ad4fca29fedbe56a277bdc (diff)
Merge "Function to modify event source name"
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.h11
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!