summaryrefslogtreecommitdiff
path: root/lib/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/debug.h')
-rw-r--r--lib/debug.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/debug.h b/lib/debug.h
index 90385d87d9..60f42e3071 100644
--- a/lib/debug.h
+++ b/lib/debug.h
@@ -64,11 +64,15 @@ PREDECL_LIST(debug_list);
* manipulate the flags field in a multithreaded environment results in
* undefined behavior.
*
+ * conf
+ * The configuration string that will be written to the config file.
+ *
* desc
* Human-readable description of this debugging record.
*/
struct debug {
atomic_uint_fast32_t flags;
+ const char *conf;
const char *desc;
struct debug_list_item item;