projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75a4e11
)
Added call to possibly tempory IoInitializeWorkerThreads.
author
Robert Dickenson
<robd@reactos.org>
Thu, 3 Oct 2002 19:34:50 +0000
(19:34 +0000)
committer
Robert Dickenson
<robd@reactos.org>
Thu, 3 Oct 2002 19:34:50 +0000
(19:34 +0000)
svn path=/trunk/; revision=3619
reactos/ntoskrnl/io/iomgr.c
patch
|
blob
|
history
diff --git
a/reactos/ntoskrnl/io/iomgr.c
b/reactos/ntoskrnl/io/iomgr.c
index
e6a1fb1
..
c6f8638
100644
(file)
--- a/
reactos/ntoskrnl/io/iomgr.c
+++ b/
reactos/ntoskrnl/io/iomgr.c
@@
-1,4
+1,4
@@
-/* $Id: iomgr.c,v 1.2
7 2002/09/08 10:23:25 chorns
Exp $
+/* $Id: iomgr.c,v 1.2
8 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();
}