diff options
author | bunnei <bunneidev@gmail.com> | 2016-04-03 10:10:58 -0400 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2016-04-03 10:10:58 -0400 |
commit | 6d24c73ea919243f2033f07e260c689db8e30b4e (patch) | |
tree | b91244f12288ac8d92d5eebc42c56e55271af14d /src/common/logging/log.h | |
parent | e5e3b97db21fe96852d45da2be0360b078547cd5 (diff) | |
parent | bbdfbe44e6ab029464a466babbf5e53bee4ee1b9 (diff) |
Merge pull request #1616 from exhalatio/dlp_dummy
Dummy implementation dlp:SRVR 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 b1b639f15..4f6856f3d 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -64,6 +64,7 @@ enum class Class : ClassType { Service_CECD, ///< The CECD service Service_CFG, ///< The CFG (Configuration) service Service_DSP, ///< The DSP (DSP control) service + Service_DLP, ///< The DLP (Download Play) service Service_HID, ///< The HID (Human interface device) service Service_SOC, ///< The SOC (Socket) service Service_IR, ///< The IR service |