summaryrefslogtreecommitdiff
path: root/src/core/settings.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2019-05-17 21:44:28 -0400
committerZach Hilman <zachhilman@gmail.com>2019-05-25 16:09:20 -0400
commit658d2ee97d855634d9ecf7ce31b5a3668bc57b37 (patch)
treea1b213fa74da69cdcc95992957e45992343f4f18 /src/core/settings.h
parent5574be21ccd8cf86eaba5c50d30ad898bafc8ea8 (diff)
settings: Add 'Reporting Services' config option
Full enable/disable for all reports.
Diffstat (limited to 'src/core/settings.h')
-rw-r--r--src/core/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h
index 5ff3634aa..fe6b26ef0 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -416,6 +416,7 @@ struct Values {
std::string program_args;
bool dump_exefs;
bool dump_nso;
+ bool reporting_services;
// WebService
bool enable_telemetry;