X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fcontrolflow%2Fcfv-private.h;h=0c4f63d687b0fdfdbff750aa9f5a112281783208;hb=f37a2002e940e771ef47c9936f9b82b79e64d086;hp=de324869f47d52ae4436b5231a008e7408e12cec;hpb=224446ce9bb1b6724122cfdf4e3e716a5526af24;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/controlflow/cfv-private.h b/ltt/branches/poly/lttv/modules/gui/controlflow/cfv-private.h index de324869..0c4f63d6 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/cfv-private.h +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/cfv-private.h @@ -19,11 +19,13 @@ #ifndef _CFV_PRIVATE_H #define _CFV_PRIVATE_H + struct _ControlFlowData { - GtkWidget *scrolled_window; - MainWindow *mw; + GtkWidget *top_widget; + Tab *tab; + GtkWidget *box; /* box that contains the hpaned. necessary for it to work */ GtkWidget *h_paned; ProcessList *process_list; @@ -37,6 +39,8 @@ struct _ControlFlowData { //guint currently_Selected_Event ; guint number_of_process; + guint background_info_waiting; /* Number of background requests waited for + in order to have all the info ready. */ } ;