summaryrefslogtreecommitdiff
path: root/src/analysis/scan/rule-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/rule-int.h
parent74d062d4ec55d7ac3914bbf64b8b6c5ab52227df (diff)
Extend the ROST grammar with a first batch of new features.
Diffstat (limited to 'src/analysis/scan/rule-int.h')
-rw-r--r--src/analysis/scan/rule-int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/analysis/scan/rule-int.h b/src/analysis/scan/rule-int.h
index b43c20b..cc10b08 100644
--- a/src/analysis/scan/rule-int.h
+++ b/src/analysis/scan/rule-int.h
@@ -38,6 +38,7 @@ struct _GScanRule
GObject parent; /* A laisser en premier */
char *name; /* Désignation de la règle */
+ fnv64_t name_hash; /* Empreinte de la désignation */
GSearchPattern **data_locals; /* Variables de données */
size_t data_allocated; /* Taille allouée du tableau */