summaryrefslogtreecommitdiffstats
path: root/common/elapi/elapi_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/elapi/elapi_event.h')
-rw-r--r--common/elapi/elapi_event.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/elapi/elapi_event.h b/common/elapi/elapi_event.h
index dfaba771b..6a5fe044e 100644
--- a/common/elapi/elapi_event.h
+++ b/common/elapi/elapi_event.h
@@ -46,6 +46,11 @@
*/
#define E_MESSAGE "__message__"
+
+/* Standard prefix for internal attributes */
+#define E_PREFIX "__"
+#define E_PREFIX_LEN 2
+
/* Base argument in the template creation function is a bit mask.
* Each supported predefined element corresponds to its bit in
* the mask.