diff options
| author | bunnei <bunneidev@gmail.com> | 2018-03-22 10:28:28 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-22 10:28:28 -0400 | 
| commit | b5c03088bcfbc2207b5ae01d11ffdf816a741195 (patch) | |
| tree | c1c76fedd5bc3b5815b2eac9b7f83b6bbc5b37bb /src/common | |
| parent | ec5ede68e7f165c5dbb6be8669e226f783241c60 (diff) | |
| parent | 95e747cd06810b0e95ee6cd379772a4e36ab9794 (diff) | |
Merge pull request #261 from mailwl/spl
Service/spl: add module and services
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/logging/backend.cpp | 1 | ||||
| -rw-r--r-- | src/common/logging/log.h | 1 | 
2 files changed, 2 insertions, 0 deletions
| diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp index 9f3ba19db..8d5225f62 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp @@ -48,6 +48,7 @@ namespace Log {      SUB(Service, PCTL)                                                                             \      SUB(Service, SET)                                                                              \      SUB(Service, SM)                                                                               \ +    SUB(Service, SPL)                                                                              \      SUB(Service, Time)                                                                             \      SUB(Service, VI)                                                                               \      CLS(HW)                                                                                        \ diff --git a/src/common/logging/log.h b/src/common/logging/log.h index 3573e6dc4..6298a4906 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -65,6 +65,7 @@ enum class Class : ClassType {      Service_PCTL,      ///< The PCTL (Parental control) service      Service_SET,       ///< The SET (Settings) service      Service_SM,        ///< The SM (Service manager) service +    Service_SPL,       ///< The SPL service      Service_Time,      ///< The time service      Service_VI,        ///< The VI (Video interface) service      HW,                ///< Low-level hardware emulation | 
