From f787714862eab71c193f153cc53b7ea9a3e924f6 Mon Sep 17 00:00:00 2001 From: Robert Dickenson Date: Thu, 3 Oct 2002 19:34:50 +0000 Subject: [PATCH] Added call to possibly tempory IoInitializeWorkerThreads. svn path=/trunk/; revision=3619 --- reactos/ntoskrnl/io/iomgr.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/reactos/ntoskrnl/io/iomgr.c b/reactos/ntoskrnl/io/iomgr.c index e6a1fb111ad..c6f8638cdad 100644 --- a/reactos/ntoskrnl/io/iomgr.c +++ b/reactos/ntoskrnl/io/iomgr.c @@ -1,4 +1,4 @@ -/* $Id: iomgr.c,v 1.27 2002/09/08 10:23:25 chorns Exp $ +/* $Id: iomgr.c,v 1.28 2002/10/03 19:34:50 robd Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -267,6 +267,11 @@ VOID IoInit (VOID) * Initialize PnP manager */ PnpInit(); + + /* + * Start the Io worker threads + */ + IoInitializeWorkerThreads(); } -- 2.17.1