diff options
author | bunnei <bunneidev@gmail.com> | 2018-08-04 21:20:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-04 21:20:26 -0400 |
commit | a0a605df06e82e13f3529d824a6bdd45839c8705 (patch) | |
tree | b522eca4059240eefabb845b05e7ce82ac1c54ef /src/common/logging/log.h | |
parent | cd96c04339f0b457154ae17810408a9c39959962 (diff) | |
parent | de7295618182135e11fa968feba79b8a6b72f0b3 (diff) |
Merge pull request #924 from lioncash/arp
service: Add arp services
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 dd5c9e6be..7ab5277ea 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -54,6 +54,7 @@ enum class Class : ClassType { Service_AM, ///< The AM (Applet manager) service Service_AOC, ///< The AOC (AddOn Content) service Service_APM, ///< The APM (Performance) service + Service_ARP, ///< The ARP service Service_Audio, ///< The Audio (Audio control) service Service_BCAT, ///< The BCAT service Service_BPC, ///< The BPC service |