mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Added call to possibly tempory IoInitializeWorkerThreads.
svn path=/trunk/; revision=3619
This commit is contained in:
parent
75a4e11044
commit
f787714862
1 changed files with 6 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue