diff options
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h index 091daf168..b54d3ed8a 100644 --- a/src/main.h +++ b/src/main.h @@ -202,6 +202,7 @@ struct worker_task { char *raw_headers; /**< list of raw headers */ GList *received; /**< list of received headers */ GList *urls; /**< list of parsed urls */ + GList *images; /**< list of images */ GHashTable *results; /**< hash table of metric_result indexed by * metric's name */ GList *messages; /**< list of messages that would be reported */ |