From d10b9c9c14f7b467bef9bb9847d1f79247f8d7c2 Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 22 Feb 2010 11:28:45 +0000 Subject: Solved reentrancy problem --- tools/mhmake/src/commandqueue.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/mhmake/src/commandqueue.h') diff --git a/tools/mhmake/src/commandqueue.h b/tools/mhmake/src/commandqueue.h index 7480d63dd..84878067e 100644 --- a/tools/mhmake/src/commandqueue.h +++ b/tools/mhmake/src/commandqueue.h @@ -48,6 +48,7 @@ private: private: void ThrowCommandExecutionError(activeentry *pActiveEntry); + void AddActiveEntry(activeentry &ActiveEntry, mh_pid_t ActiveProcess); void RemoveActiveEntry(unsigned Entry); bool StartExecuteCommands(const refptr &pTarget); bool StartExecuteNextCommand(activeentry *pActiveEntry, mh_pid_t *pActiveProcess); -- cgit v1.2.3