X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fcontrolflow%2Fcfv-private.h;h=0c4f63d687b0fdfdbff750aa9f5a112281783208;hb=e92eabafdcce0d00c518e7ef8f83ddddbe5a6086;hp=d9b1596c7a09e6cc14fa6452c11ef665ebfee88d;hpb=6a9ba166a13b341fbbc10d37c8d2f244c2d47c9b;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 d9b1596c..0c4f63d6 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/cfv-private.h +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/cfv-private.h @@ -39,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. */ } ;