summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h
index ca71078..13c02be 100644
--- a/src/options.h
+++ b/src/options.h
@@ -22,6 +22,7 @@ struct options {
bool verbose; /**< verbose processing */
bool debug; /**< debug enabled */
+ bool dbglog; /**< embed debug logging in output */
unsigned int warnings; /**< warning flags */
};