From 6cb52ea15c6c0691811dfde21f041256bd1ad610 Mon Sep 17 00:00:00 2001 From: rahuel Date: Fri, 21 May 2004 12:29:35 +0000 Subject: [PATCH] Greater value for max thread stack size --- src/GraphExecutor/DataFlowExecutor_InNode.hxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/GraphExecutor/DataFlowExecutor_InNode.hxx b/src/GraphExecutor/DataFlowExecutor_InNode.hxx index 9e40b03..9eb952c 100644 --- a/src/GraphExecutor/DataFlowExecutor_InNode.hxx +++ b/src/GraphExecutor/DataFlowExecutor_InNode.hxx @@ -42,6 +42,8 @@ #include "DataFlowExecutor_FiniteStateMachine.hxx" +#define MAXSTACKTHREADSIZE 8191 + void * run_function(void *p); extern GraphExecutor::FiniteStateMachine * theAutomaton ; -- 2.39.2