From da9f87ba7057cb018c02b0a546eaf45ff366cc44 Mon Sep 17 00:00:00 2001 From: Maximilian Szengel Date: Thu, 13 Sep 2012 09:25:55 +0000 Subject: comments --- src/regex/regex_internal.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/regex/regex_internal.h') 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 * 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; }; -- cgit v1.2.3