diff options
author | Maximilian Szengel <gnunet@maxsz.de> | 2012-09-13 09:25:55 +0000 |
---|---|---|
committer | Maximilian Szengel <gnunet@maxsz.de> | 2012-09-13 09:25:55 +0000 |
commit | da9f87ba7057cb018c02b0a546eaf45ff366cc44 (patch) | |
tree | 853739276d24023ad4adf92d2569a54919967ebb /src/regex/regex_internal.h | |
parent | 68f4f594c97ca28b04495badd300bc2eac39cdaa (diff) |
comments
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; }; |