mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Setup quota blocks for processes.
svn path=/trunk/; revision=16943
This commit is contained in:
parent
f28b5f7302
commit
160b65f87e
1 changed files with 9 additions and 0 deletions
|
@ -117,6 +117,7 @@ extern PEPROCESS PsIdleProcess;
|
|||
extern LIST_ENTRY PsActiveProcessHead;
|
||||
extern FAST_MUTEX PspActiveProcessMutex;
|
||||
extern LARGE_INTEGER ShortPsLockDelay, PsLockTimeout;
|
||||
extern EPROCESS_QUOTA_BLOCK PspDefaultQuotaBlock;
|
||||
|
||||
VOID
|
||||
STDCALL
|
||||
|
@ -190,6 +191,14 @@ PspRunLegoRoutine(IN PKTHREAD Thread);
|
|||
|
||||
VOID INIT_FUNCTION PsInitJobManagment(VOID);
|
||||
|
||||
VOID
|
||||
STDCALL
|
||||
PspInheritQuota(PEPROCESS Process, PEPROCESS ParentProcess);
|
||||
|
||||
VOID
|
||||
STDCALL
|
||||
PspDestroyQuotaBlock(PEPROCESS Process);
|
||||
|
||||
/* CLIENT ID */
|
||||
|
||||
NTSTATUS PsCreateCidHandle(PVOID Object, POBJECT_TYPE ObjectType, PHANDLE Handle);
|
||||
|
|
Loading…
Reference in a new issue