diff options
author | bunnei <bunneidev@gmail.com> | 2016-04-05 23:04:35 -0400 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2016-04-05 23:04:35 -0400 |
commit | dccadce0742d9faee569f19450dbd7bcf7118608 (patch) | |
tree | 2a9549ada8848973a753a7c73f77a0f3f941acf3 /src/common/logging/log.h | |
parent | aa6380e5bc9c3b40e53c001e76838819d61ca62a (diff) | |
parent | 81d988b0225c91dfda6f73a60d2a2b9b4db37ba1 (diff) |
Merge pull request #1435 from mailwl/frd_u
frd:u: Initial stub some functions
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 4f6856f3d..b8eede3b8 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -49,6 +49,7 @@ enum class Class : ClassType { Service, ///< HLE implementation of system services. Each major service /// should have its own subclass. Service_SRV, ///< The SRV (Service Directory) implementation + Service_FRD, ///< The FRD (Friends) service Service_FS, ///< The FS (Filesystem) service implementation Service_ERR, ///< The ERR (Error) port implementation Service_APT, ///< The APT (Applets) service |