diff options
author | bunnei <bunneidev@gmail.com> | 2018-03-23 15:30:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-23 15:30:17 -0400 |
commit | 68658ce4b095e41b50bdd5c91620407845c08779 (patch) | |
tree | 00b0ff2817ec4a821fe14044a925747a4453ce21 /src/common/logging/log.h | |
parent | fd0a7c0aaf384016eefdeebf4a0e2790ca244808 (diff) | |
parent | 9ee33350de652ce586a5ff6a2135ebbaeaa45c7c (diff) |
Merge pull request #268 from mailwl/ssl
Service/SSL: add ssl service
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 6298a4906..d8dbab939 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -66,6 +66,7 @@ enum class Class : ClassType { Service_SET, ///< The SET (Settings) service Service_SM, ///< The SM (Service manager) service Service_SPL, ///< The SPL service + Service_SSL, ///< The SSL service Service_Time, ///< The time service Service_VI, ///< The VI (Video interface) service HW, ///< Low-level hardware emulation |