[NTOSKRNL] Add wait support in CcCanIWrite()

This commit is contained in:
Pierre Schweitzer 2018-02-07 21:09:36 +01:00
parent 92e64a6c9b
commit c11e947f61
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B
2 changed files with 66 additions and 3 deletions

View file

@ -50,6 +50,7 @@ extern LIST_ENTRY CcIdleWorkerThreadList;
extern LIST_ENTRY CcRegularWorkQueue;
extern LIST_ENTRY CcPostTickWorkQueue;
extern NPAGED_LOOKASIDE_LIST CcTwilightLookasideList;
extern LARGE_INTEGER CcIdleDelay;
typedef struct _PF_SCENARIO_ID
{