pm: Use non-system event for process tracking.

This commit is contained in:
Michael Scire 2018-11-07 23:43:59 -08:00
parent 6538554485
commit 3b8bb325e8

View file

@ -48,7 +48,7 @@ void Registration::InitializeSystemResources() {
g_debug_application_event = CreateWriteOnlySystemEvent();
/* Auto-clear non-system event. */
g_process_launch_start_event = CreateSystemEvent(&Registration::ProcessLaunchStartCallback);
g_process_launch_start_event = CreateHosEvent(&Registration::ProcessLaunchStartCallback);
ResourceLimitUtils::InitializeLimits();
}