summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
authorVincent Sanders <vincent.sanders@collabora.co.uk>2013-06-03 15:15:05 +0100
committerVincent Sanders <vincent.sanders@collabora.co.uk>2013-06-03 15:15:05 +0100
commitaab61ebdb4494309e688ea8afbd97c5a2f89e935 (patch)
tree716a29b96f3408ba2c7cf71534b97430c10b8ef4 /src/options.h
parent85287e9287e29fd715470253b1075e726a2ec594 (diff)
downloadnsgenbind-aab61ebdb4494309e688ea8afbd97c5a2f89e935.tar.gz
nsgenbind-aab61ebdb4494309e688ea8afbd97c5a2f89e935.tar.bz2
add switch and implementation to enable debug trace logging in generated code
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 */
};