[Bug 303523] LTTng/TMF udpates:
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf / src / org / eclipse / linuxtools / tmf / event / TmfTimestamp.java
index cefc7a5714ba60c6cb849ea72e9bc2febb688c3f..9172a5eeb959f2c689c86548751d654f28054475 100644 (file)
@@ -53,6 +53,7 @@ public class TmfTimestamp implements Cloneable {
     // The beginning and end of time
     public static final TmfTimestamp BigBang   = new TmfTimestamp(Long.MIN_VALUE, Byte.MAX_VALUE, 0);
     public static final TmfTimestamp BigCrunch = new TmfTimestamp(Long.MAX_VALUE, Byte.MAX_VALUE, 0);
+    public static final TmfTimestamp Zero      = new TmfTimestamp(0, (byte) 0, 0);
 
     // ========================================================================
     // Constructors
This page took 0.023567 seconds and 5 git commands to generate.