Skip to content

Commit 215d5cc

Browse files
ctf2: add missing types
Change-Id: Ied093d7edf0e7de76e0dc637699711cf0653dc6b Signed-off-by: Matthew Khouzam <[email protected]>
1 parent 835eca3 commit 215d5cc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/internal/ctf/core/utils/JsonMetadataStrings.java

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,17 @@ private JsonMetadataStrings() {
4343
*/
4444
public static final String FRAGMENT_FIELD_ALIAS = "field-class-alias"; //$NON-NLS-1$
4545

46+
/**
47+
* The field class
48+
*/
49+
public static final String FIELD_CLASS = "field-class"; //$NON-NLS-1$
50+
51+
/**
52+
* The name of the fragment
53+
*/
54+
public static final String NAME = "name"; //$NON-NLS-1$
55+
56+
4657
/**
4758
* Type string for a CTF2 clock class fragment
4859
*/

0 commit comments

Comments
 (0)