From 38bd76ca7d1371711f4fae8afb845cc23e38980d Mon Sep 17 00:00:00 2001 From: rahuel Date: Tue, 13 Feb 2007 09:16:08 +0000 Subject: [PATCH] NPAL14110 : The count of running graphs does not include now the execution of SubGraphs (corresponding to MacroNodes). Before that count was wrong. --- src/Supervision/Graph_Impl.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Supervision/Graph_Impl.cxx b/src/Supervision/Graph_Impl.cxx index 58c3400..c0d7cf7 100644 --- a/src/Supervision/Graph_Impl.cxx +++ b/src/Supervision/Graph_Impl.cxx @@ -813,6 +813,7 @@ SUPERV::Graph_var Graph_Impl::LoadDataFlows( GraphExecutor::DataFlow * aDataFlow GraphExecutor::DataFlow * aMacroGraphExecutor ; CreateExecutor( _Orb , instanceName() , aMacroGraphName , SUPERV::DataStreamGraph , dbgfile , &aMacroGraphExecutor ); + theAutomaton->Executed() ; // Decrement _GraphExecutingNumber for MacroSubGraph // set GraphMacroLevel for Executor's graph GraphBase::Graph* aMacroGraphExe = aMacroGraphExecutor->Graph(); -- 2.39.2