roadmap update
[lttv.git] / ltt / branches / poly / ltt / trace.h
index 859c44e240e5cce1a8984e1e52fd87d18a3eb8bb..2e8ec3a101871969c97f1f57cd27355e30c10cca 100644 (file)
@@ -141,9 +141,13 @@ gchar * ltt_trace_system_description_domain_name (LttSystemDescription * s);
 gchar * ltt_trace_system_description_description (LttSystemDescription * s);
 
 
-/* get the start time of the trace */
+/* get the NTP start time of the trace */
 
-LttTime ltt_trace_system_description_trace_start_time(LttSystemDescription *s);
+LttTime ltt_trace_start_time(LttTrace *t);
+
+/* get the monotonic start time of the trace */
+
+LttTime ltt_trace_start_time_monotonic(LttTrace *t);
 
 /* copy tracefile info over another. Used for sync. */
 LttTracefile *ltt_tracefile_new();
This page took 0.022633 seconds and 4 git commands to generate.