Fix alignment issue. Now traces using more than one alignment can be
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Mon, 23 Apr 2012 21:55:39 +0000 (17:55 -0400)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Tue, 1 May 2012 13:47:44 +0000 (09:47 -0400)
commit2b7f6f099213b3e7465fd6769bdb0039443d9c17
tree6b15e90a8c578bc7b7da9c2e22b13c7b9d6ee5f2
parentfd74e6c1fd47b0d23a876edf2a90beb0fe042c85
Fix alignment issue. Now traces using more than one alignment can be
read.

Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/ctf/core/event/types/EnumDefinition.java
org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/ctf/core/event/types/IntegerDefinition.java
org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/ctf/core/event/types/StructDeclaration.java
org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/ctf/core/event/types/StructDefinition.java
org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/ctf/core/event/types/VariantDeclaration.java
org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/ctf/core/trace/CTFTraceReader.java
org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/ctf/core/trace/StreamInputPacketReader.java
org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/internal/ctf/core/event/metadata/IOStructGen.java
This page took 0.050198 seconds and 5 git commands to generate.