summaryrefslogtreecommitdiff
path: root/tests-clar/status/status_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests-clar/status/status_helpers.h')
-rw-r--r--tests-clar/status/status_helpers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests-clar/status/status_helpers.h b/tests-clar/status/status_helpers.h
index 1aa0263ee..ae1469e79 100644
--- a/tests-clar/status/status_helpers.h
+++ b/tests-clar/status/status_helpers.h
@@ -24,6 +24,7 @@ extern int cb_status__count(const char *p, unsigned int s, void *payload);
typedef struct {
int count;
unsigned int status;
+ bool debug;
} status_entry_single;
/* cb_status__single takes payload of "status_entry_single *" */