print trace name, some additions to state file save
[lttv.git] / ltt / branches / poly / lttv / lttv / state.h
index bed8c29706a0ede670218f5d678e3e76b87decc8..f03138489f35b18bfe52a7024ef164563e6c02cb 100644 (file)
@@ -238,7 +238,7 @@ lttv_state_find_process(LttvTraceState *ts, guint cpu, guint pid);
 
 LttvProcessState *
 lttv_state_find_process_or_create(LttvTraceState *ts, guint cpu, guint pid,
-    LttTime *timestamp);
+    const LttTime *timestamp);
 
 LttvProcessState *
 lttv_state_create_process(LttvTraceState *tcs, LttvProcessState *parent, 
This page took 0.022794 seconds and 4 git commands to generate.