Filter for selecting trace and tracefile
[lttv.git] / ltt / branches / poly / include / ltt / trace.h
index aa5cb6ba0d525c9bf5de0305e2a7a082f21aa60c..191422c693ec8cf2733943a13ebb65d77fefe89c 100644 (file)
@@ -15,6 +15,8 @@ LttTrace *ltt_trace_open(const char *pathname);
 /* copy reopens a trace */
 LttTrace *ltt_trace_copy(LttTrace *self);
 
+char * ltt_trace_name(LttTrace *t);
+
 void ltt_trace_close(LttTrace *t); 
 
 
This page took 0.022697 seconds and 4 git commands to generate.