Added options to run different tests in module batchtest
[lttv.git] / ltt / branches / poly / include / lttv / state.h
index 077b809b8f2688cd07924641cfd3f26d7f1e33ca..fb2fa9989e527d4e1694735f167e041ea86d626e 100644 (file)
@@ -21,6 +21,7 @@
 
 #include <glib.h>
 #include <lttv/processTrace.h>
+#include <stdio.h>
 
 /* The operating system state, kept during the trace analysis,
    contains a subset of the real operating system state, 
@@ -156,6 +157,7 @@ LttvProcessState *
 lttv_state_create_process(LttvTracefileState *tfs, LttvProcessState *parent, 
     guint pid);
 
+void lttv_state_write(LttvTraceState *self, LttTime t, FILE *fp);
 
 /* The LttvTracesetState, LttvTraceState and LttvTracefileState types
    inherit from the corresponding Context objects defined in processTrace. */
This page took 0.023463 seconds and 4 git commands to generate.