X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Finclude%2Flttv%2FmainWindow.h;h=c590ac9634cbc3941e6a53e36e29fe6113b4aa92;hb=716e4367df9c21316d326ee18b703cd0d25ace74;hp=24c80da04cce3f92f284f9fd8c827f5d11b026b4;hpb=606309a4411d7405f9d3ab0ce151cf9896f853a4;p=lttv.git diff --git a/ltt/branches/poly/include/lttv/mainWindow.h b/ltt/branches/poly/include/lttv/mainWindow.h index 24c80da0..c590ac96 100644 --- a/ltt/branches/poly/include/lttv/mainWindow.h +++ b/ltt/branches/poly/include/lttv/mainWindow.h @@ -20,19 +20,9 @@ typedef struct _WindowCreationData { typedef struct _TracesetInfo { - gchar* path; - LttvHooks - *before_traceset, - *after_traceset, - *before_trace, - *after_trace, - *before_tracefile, - *after_tracefile, - *before_event, - *after_event; - //FIXME? TracesetContext and stats in same or different variable ? - LttvTracesetStats * traceset_context; - LttvTraceset * traceset; + //FIXME? TracesetContext and stats in same or different variable ? + LttvTracesetStats * traceset_context; + LttvTraceset * traceset; } TracesetInfo ; @@ -54,8 +44,6 @@ struct _MainWindow{ // lttv_trace_filter * filter; /* trace filter associated with the window */ - /* Traceset related information */ - TracesetInfo * traceset_info; /* Attributes for trace reading hooks local to the main window */ LttvIAttribute * attributes; @@ -85,6 +73,9 @@ struct _Tab{ struct _Tab * next; MainWindow * mw; + + /* Traceset related information */ + TracesetInfo * traceset_info; }; /**