continue implementation of resourceview
[lttv.git] / ltt / branches / poly / lttv / modules / gui / resourceview / processlist.h
index cb9828f268d15591c450c12e6855b6bf46766698..6c2704d850fc52df44411c38aa211ce2c9c8e63b 100644 (file)
@@ -51,6 +51,8 @@ enum
 typedef struct _ResourceInfo {
   GQuark name;
   guint trace_num;
+  guint type;
+  guint id;
 } ResourceInfo;
 
 typedef struct _HashedResourceData {
This page took 0.022748 seconds and 4 git commands to generate.