position ok with processing
[lttv.git] / ltt / branches / poly / ltt / trace.h
index ba66c33aa6669f54c6801035db25c543e9d8d959..05ed31eb508bad3863b8cac1cddad9f348d906c4 100644 (file)
@@ -171,4 +171,10 @@ char * ltt_trace_system_description_description (LttSystemDescription * s);
 
 LttTime ltt_trace_system_description_trace_start_time(LttSystemDescription *s);
 
+/* copy tracefile info over another. Used for sync. */
+LttTracefile *ltt_tracefile_new();
+void ltt_tracefile_destroy(LttTracefile *tf);
+void ltt_tracefile_copy(LttTracefile *dest, const LttTracefile *src);
+
+
 #endif // TRACE_H
This page took 0.022211 seconds and 4 git commands to generate.