summaryrefslogtreecommitdiff
path: root/src/analysis/scan/scanner-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2023-08-06 16:54:57 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2023-08-06 16:54:57 (GMT)
commit4fcc35a52ccb025b6d803d85e017931cd2452960 (patch)
treee95920f16c273e41f9cae1ea2f02571c221a514e /src/analysis/scan/scanner-int.h
parent74d062d4ec55d7ac3914bbf64b8b6c5ab52227df (diff)
Extend the ROST grammar with a first batch of new features.
Diffstat (limited to 'src/analysis/scan/scanner-int.h')
-rw-r--r--src/analysis/scan/scanner-int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/analysis/scan/scanner-int.h b/src/analysis/scan/scanner-int.h
index 54b4f62..4fcda87 100644
--- a/src/analysis/scan/scanner-int.h
+++ b/src/analysis/scan/scanner-int.h
@@ -37,6 +37,8 @@ struct _GContentScanner
{
GObject parent; /* A laisser en premier */
+ char *filename; /* Eventuel fichier d'origine */
+
GScanRule **rules; /* Règles de détection */
size_t rule_count; /* Nombre de ces règles */