mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 05:22:59 +00:00
ff293a1877
When increasing the base priority at shutdown, acquire the necessary SE_INC_BASE_PRIORITY_PRIVILEGE in CsrSetToShutdownPriority(), called by CsrShutdownProcesses(), which is necessary due to the increase of process base priority (i.e. increase of scheduling) being done. Dedicated to George Bișoc :) The Shutdown privilege is however unnecessary (or unwanted) since this has been already dealt with by the shutdown caller. Also, it will be needed only by the caller of NtShutdownSystem() -- that we don't call at all here. |
||
---|---|---|
.. | ||
api.c | ||
api.h | ||
CMakeLists.txt | ||
csrsrv.rc | ||
csrsrv.spec | ||
init.c | ||
procsup.c | ||
server.c | ||
session.c | ||
srv.h | ||
status.h | ||
thredsup.c | ||
wait.c |