diff options
author | mailwl <mailwl@gmail.com> | 2018-05-28 16:36:38 +0300 |
---|---|---|
committer | mailwl <mailwl@gmail.com> | 2018-05-28 16:46:56 +0300 |
commit | 7757cc1a7ffceccdcd87a77d8ea292c822fa9599 (patch) | |
tree | 4cd15764485f445d9c52cbcea96dcb480c3896f7 /src/common/logging/log.h | |
parent | d809f658275f348043cf481149739113cfb274a8 (diff) |
Service/BCAT: add module and 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 48f85deac0..43e572ebe0 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -55,6 +55,7 @@ enum class Class : ClassType { Service_AOC, ///< The AOC (AddOn Content) service Service_APM, ///< The APM (Performance) service Service_Audio, ///< The Audio (Audio control) service + Service_BCAT, ///< The BCAT service Service_Fatal, ///< The Fatal service Service_Friend, ///< The friend service Service_FS, ///< The FS (Filesystem) service |