mega fix for states : per cpu and _not_ per tracefile state. We have many tracefiles...
[lttv.git] / ltt / branches / poly / ltt / trace.h
index 509a3886027e7a3dca5cd5460f7c9a782d3947d6..859c44e240e5cce1a8984e1e52fd87d18a3eb8bb 100644 (file)
@@ -80,7 +80,8 @@ void ltt_trace_time_span_get(LttTrace *t, LttTime *start, LttTime *end);
 
 /* Get the name of a tracefile */
 
-GQuark ltt_tracefile_name(LttTracefile *tf);
+GQuark ltt_tracefile_name(const LttTracefile *tf);
+GQuark ltt_tracefile_long_name(const LttTracefile *tf);
 
 /* get the cpu number of the tracefile */
 
This page took 0.023036 seconds and 4 git commands to generate.