HomePhorge

(PUP-2521) Define Process constants locally
8be998369111Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(PUP-2521) Define Process constants locally

  • Previously, Process constants were used in a few locations throughout the code. Capture the needed PRIORITY_CLASS constants in our local Windows Process class, and also define CREATE_NEW_CONSOLE. These constants have moved in new versions of the win32-process gem.
  • Note that ext/windows/service/daemon.rb doesn't load Puppet code. The daemon only loads what it explicitly needs, so ensure the CREATE_NEW_CONSOLE constant is defined there.

Details

Provenance
Ethan J. Brown <Iristyle@github>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU8a35e3da4aac: (PUP-2521) Don't use windows-pr constants
Branches
Unknown
Tags
Unknown

Event Timeline

Ethan J. Brown <Iristyle@github> committed rPU8be998369111: (PUP-2521) Define Process constants locally (authored by Ethan J. Brown <Iristyle@github>).Jun 26 2014, 5:00 PM