diff options
author | bunnei <bunneidev@gmail.com> | 2018-10-22 15:27:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-22 15:27:05 -0400 |
commit | ff6b2d457499156584ef51fb6025d2b3958e3aa5 (patch) | |
tree | 9143e12cc81e8a672cd91d00163a22877f546411 /src/common/logging/log.h | |
parent | 65df593951796f57b117e927ce8b467ed27d6a90 (diff) | |
parent | 314a9483732a2c9cb8861d4ae8b113ebb5ad9406 (diff) |
Merge pull request #1545 from DarkLordZach/psm
psm: Add psm service and stub commands 0 and 1
Diffstat (limited to 'src/common/logging/log.h')
-rw-r--r-- | src/common/logging/log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/logging/log.h b/src/common/logging/log.h index abbd056ee..c9161155a 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -91,6 +91,7 @@ enum class Class : ClassType { Service_PM, ///< The PM service Service_PREPO, ///< The PREPO (Play report) service Service_PSC, ///< The PSC service + Service_PSM, ///< The PSM service Service_SET, ///< The SET (Settings) service Service_SM, ///< The SM (Service manager) service Service_SPL, ///< The SPL service |