X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fresourceview%2Fprocesslist.h;h=6c2704d850fc52df44411c38aa211ce2c9c8e63b;hb=44ffb95f70cba788a3bfcccabd60bb0e2bad0f1b;hp=cb9828f268d15591c450c12e6855b6bf46766698;hpb=58a9b31ba0dbc1df35a2d375599a3c7996079fbe;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/resourceview/processlist.h b/ltt/branches/poly/lttv/modules/gui/resourceview/processlist.h index cb9828f2..6c2704d8 100644 --- a/ltt/branches/poly/lttv/modules/gui/resourceview/processlist.h +++ b/ltt/branches/poly/lttv/modules/gui/resourceview/processlist.h @@ -51,6 +51,8 @@ enum typedef struct _ResourceInfo { GQuark name; guint trace_num; + guint type; + guint id; } ResourceInfo; typedef struct _HashedResourceData {