diff options
Diffstat (limited to 'src/regex/regex_internal.h')
-rw-r--r-- | src/regex/regex_internal.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/regex/regex_internal.h b/src/regex/regex_internal.h index c132f2e238..8b576a90e0 100644 --- a/src/regex/regex_internal.h +++ b/src/regex/regex_internal.h @@ -253,6 +253,11 @@ struct GNUNET_REGEX_Automaton * Canonical regex (result of RX->NFA->DFA->RX) */ char *canonical_regex; + + /** + * GNUNET_YES, if multi strides have been added to the Automaton. + */ + int is_multistrided; }; |