aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regex_internal.h
diff options
context:
space:
mode:
authorMaximilian Szengel <gnunet@maxsz.de>2012-09-13 09:25:55 +0000
committerMaximilian Szengel <gnunet@maxsz.de>2012-09-13 09:25:55 +0000
commitda9f87ba7057cb018c02b0a546eaf45ff366cc44 (patch)
tree853739276d24023ad4adf92d2569a54919967ebb /src/regex/regex_internal.h
parent68f4f594c97ca28b04495badd300bc2eac39cdaa (diff)
downloadgnunet-da9f87ba7057cb018c02b0a546eaf45ff366cc44.tar.gz
gnunet-da9f87ba7057cb018c02b0a546eaf45ff366cc44.zip
comments
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