X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2FguiControlFlow%2FCFV.c;h=2233e33240f005b6e5a8d3115fd549a092365092;hb=5f16133f507054edf95e61cefdc3fd04552b0925;hp=d69617a4e2f325d0516875371f92908d25808b86;hpb=d9b7ca883c709e7f6e3886e98ebaa673293ac844;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/guiControlFlow/CFV.c b/ltt/branches/poly/lttv/modules/guiControlFlow/CFV.c index d69617a4..2233e332 100644 --- a/ltt/branches/poly/lttv/modules/guiControlFlow/CFV.c +++ b/ltt/branches/poly/lttv/modules/guiControlFlow/CFV.c @@ -147,6 +147,8 @@ GuiControlFlow(void) g_slist_append(gControl_Flow_Data_List,Control_Flow_Data); + send_test_data(Control_Flow_Data->Process_List); + return Control_Flow_Data; }