diff options
author | David <25727384+ogniK5377@users.noreply.github.com> | 2018-09-24 12:33:29 +1000 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2018-09-23 22:33:29 -0400 |
commit | 2513e086abe4b317763add86d25e6fed7300d6c7 (patch) | |
tree | e9c1c58ee19526047f79413760c91d4e165175fd /src/common/logging/backend.cpp | |
parent | f2c1fd08f9b593e122f6db882f71b2a4ef13108b (diff) |
Stubbed IRS (#1349)
* Stubbed IRS
Currently we have no ideal way of implementing IRS. For the time being we should have the functions stubbed until we come up with a way to emulate IRS properly.
* Added IRS to logging backend
* Forward declared shared memory for irs
Diffstat (limited to 'src/common/logging/backend.cpp')
-rw-r--r-- | src/common/logging/backend.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp index efd776db6b..9f59188510 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp @@ -183,6 +183,7 @@ void FileBackend::Write(const Entry& entry) { SUB(Service, FS) \ SUB(Service, GRC) \ SUB(Service, HID) \ + SUB(Service, IRS) \ SUB(Service, LBL) \ SUB(Service, LDN) \ SUB(Service, LDR) \ |