Initial commit for control flow view
[lttv.git] / lttv / lttv / state.c
index be185374f07b7d48133c064842c9344ff03e3e3b..a2f609f52d768292ce4c66871c542adfc589bf9d 100644 (file)
@@ -27,6 +27,7 @@
 #include <lttv/state.h>
 #include <lttv/compiler.h>
 #include <lttv/traceset.h>
+#include <lttv/trace.h>
 #include <stdio.h>
 #include <string.h>
 #include <inttypes.h>
@@ -3317,7 +3318,6 @@ static gboolean enum_process_state(void *hook_data, void *call_data)
        /* Skip submode 5th param */
 
        /* Skip status 6th param */
-
        /* TGID */
        tgid = lttv_event_get_long(event, "pid");
        
This page took 0.022341 seconds and 4 git commands to generate.