summaryrefslogtreecommitdiffstats
path: root/src/print_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/print_data.h')
-rw-r--r--src/print_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/print_data.h b/src/print_data.h
index b51252a..7a4dd0e 100644
--- a/src/print_data.h
+++ b/src/print_data.h
@@ -26,6 +26,7 @@ struct print_data { /* XXX progress data or the like, strip non-progress data */
int_fast32_t time;
int_fast32_t total_time;
double value; /* progress */
+ const char *format;
char *flags;
double material;
Eina_Bool block;