summaryrefslogtreecommitdiffstats
path: root/src/common/logging/log.h
diff options
context:
space:
mode:
authorJamePeng <jame_peng@sina.com>2016-02-14 12:53:32 +0100
committerJamePeng <jame_peng@sina.com>2016-03-14 17:42:47 +0100
commitdd0b8047eb8985ff398fd6e5e4fa11d1ea111e23 (patch)
tree091058af51d0edc57650bd72b2dca54b0703fde2 /src/common/logging/log.h
parentMerge pull request #1509 from lioncash/noncopy (diff)
downloadyuzu-dd0b8047eb8985ff398fd6e5e4fa11d1ea111e23.tar
yuzu-dd0b8047eb8985ff398fd6e5e4fa11d1ea111e23.tar.gz
yuzu-dd0b8047eb8985ff398fd6e5e4fa11d1ea111e23.tar.bz2
yuzu-dd0b8047eb8985ff398fd6e5e4fa11d1ea111e23.tar.lz
yuzu-dd0b8047eb8985ff398fd6e5e4fa11d1ea111e23.tar.xz
yuzu-dd0b8047eb8985ff398fd6e5e4fa11d1ea111e23.tar.zst
yuzu-dd0b8047eb8985ff398fd6e5e4fa11d1ea111e23.zip
Diffstat (limited to '')
-rw-r--r--src/common/logging/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/logging/log.h b/src/common/logging/log.h
index 4b01805ae..e4c39c308 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -57,6 +57,7 @@ enum class Class : ClassType {
Service_AM, ///< The AM (Application manager) service
Service_PTM, ///< The PTM (Power status & misc.) service
Service_LDR, ///< The LDR (3ds dll loader) service
+ Service_NDM, ///< The NDM (Network daemon manager) service
Service_NIM, ///< The NIM (Network interface manager) service
Service_NWM, ///< The NWM (Network wlan manager) service
Service_CAM, ///< The CAM (Camera) service