Skip to content

Commit b08f300

Browse files
authored
Add support for utc new privacy fields (#1184)
* Add support for new UTC Privacy fieds: Privacy product and privacy data category. * Update reference to modules to allow validation * Revert "Update reference to modules to allow validation" This reverts commit 4298991.
1 parent c838e74 commit b08f300

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/include/public/CommonFields.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@
5151
#define COMMONFIELDS_EVENT_INITID "EventInfo.InitId"
5252
#define COMMONFIELDS_EVENT_SEQ "EventInfo.Sequence"
5353
#define COMMONFIELDS_EVENT_PRIVTAGS "EventInfo.PrivTags"
54+
#define COMMONFIELDS_EVENT_PRIVDATACATEGORY "EventInfo.PrivDataCategory"
55+
#define COMMONFIELDS_EVENT_PRIVPRODUCT "EventInfo.PrivProduct"
5456
#define COMMONFIELDS_EVENT_LEVEL "EventInfo.Level"
5557
#define COMMONFIELDS_EVENT_PRIORITY "EventInfo.Priority"
5658
#define COMMONFIELDS_EVENT_LATENCY "EventInfo.Latency"

0 commit comments

Comments
 (0)