diff options
author | Lioncash <mathew1800@gmail.com> | 2018-08-04 17:54:54 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-08-04 18:01:12 -0400 |
commit | de7295618182135e11fa968feba79b8a6b72f0b3 (patch) | |
tree | 517b07405c3d6d134e7ca6adf733b91e5e999dc9 /src/common/logging/backend.cpp | |
parent | 2b06301dbfbfe79687219bf7783a6d1b47695401 (diff) |
service: Add arp services
Adds the basic skeleton of the arp services based off the information
provided by Switch Brew.
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 34dec06fea..816414e8d8 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp @@ -168,6 +168,7 @@ void FileBackend::Write(const Entry& entry) { SUB(Service, AM) \ SUB(Service, AOC) \ SUB(Service, APM) \ + SUB(Service, ARP) \ SUB(Service, BCAT) \ SUB(Service, BPC) \ SUB(Service, BTM) \ |