mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-18 10:10:35 +03:00
nfa: unify NfaCallback and SomNfaCallback
Use just one callback type, with both start and end offsets.
This commit is contained in:
committed by
Matthew Barr
parent
9087d59be5
commit
cf9e40ae1c
@@ -156,8 +156,6 @@ struct NfaInfo {
|
||||
u32 fullStateOffset; /* offset in scratch, relative to ??? */
|
||||
u32 ekeyListOffset; /* suffix, relative to base of rose, 0 if no ekeys */
|
||||
u8 no_retrigger; /* TODO */
|
||||
u8 only_external; /**< does not raise any som internal events or chained
|
||||
* rose events */
|
||||
u8 in_sbmatcher; /**< this outfix should not be run in small-block
|
||||
* execution, as it will be handled by the sbmatcher
|
||||
* HWLM table. */
|
||||
|
||||
Reference in New Issue
Block a user