position ok with processing
[lttv.git] / ltt / branches / poly / ltt / time.h
index dc1cb2201bdd4b809614954b49807e1cef81075b..61c3e596c3e0bb2ca76707fa12b738be27471ab2 100644 (file)
@@ -32,6 +32,8 @@ static const unsigned long NANOSECONDS_PER_SECOND = 1000000000;
 
 static const LttTime ltt_time_zero = { 0, 0};
 
+static const LttTime ltt_time_one = { 0, 1 };
+
 static const LttTime ltt_time_infinite = { G_MAXUINT, G_MAXUINT };
 
 static inline LttTime ltt_time_sub(LttTime t1, LttTime t2) 
This page took 0.022527 seconds and 4 git commands to generate.