mirror of
https://github.com/donnaskiez/ac.git
synced 2024-11-21 22:24:08 +01:00
d
This commit is contained in:
parent
c0a1bd4f75
commit
2f5a082864
1 changed files with 1 additions and 2 deletions
|
@ -19,6 +19,7 @@ VOID InitCallbackReportQueue( PBOOLEAN Status )
|
||||||
test_queue.end = NULL;
|
test_queue.end = NULL;
|
||||||
test_queue.entries = 0;
|
test_queue.entries = 0;
|
||||||
KeInitializeSpinLock( &test_queue.lock );
|
KeInitializeSpinLock( &test_queue.lock );
|
||||||
|
KeInitializeGuardedMutex( &mutex );
|
||||||
|
|
||||||
//if ( report_queue == NULL )
|
//if ( report_queue == NULL )
|
||||||
//{
|
//{
|
||||||
|
@ -26,8 +27,6 @@ VOID InitCallbackReportQueue( PBOOLEAN Status )
|
||||||
// return;
|
// return;
|
||||||
//}
|
//}
|
||||||
|
|
||||||
KeInitializeGuardedMutex( &mutex );
|
|
||||||
|
|
||||||
*Status = TRUE;
|
*Status = TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue