aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regex_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/regex_internal.h')
-rw-r--r--src/regex/regex_internal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/regex/regex_internal.h b/src/regex/regex_internal.h
index c132f2e23..8b576a90e 100644
--- a/src/regex/regex_internal.h
+++ b/src/regex/regex_internal.h
@@ -253,6 +253,11 @@ struct GNUNET_REGEX_Automaton
253 * Canonical regex (result of RX->NFA->DFA->RX) 253 * Canonical regex (result of RX->NFA->DFA->RX)
254 */ 254 */
255 char *canonical_regex; 255 char *canonical_regex;
256
257 /**
258 * GNUNET_YES, if multi strides have been added to the Automaton.
259 */
260 int is_multistrided;
256}; 261};
257 262
258 263