- use constants for delays
[oweals/gnunet.git] / src / regex / regex_internal.h
index fe76d15377e09523e405fa081a0cc113f90a63d5..00badc54d81101d6649425265102dd58767354a3 100644 (file)
@@ -97,10 +97,15 @@ struct GNUNET_REGEX_StateSet
    */
   struct GNUNET_REGEX_State **states;
 
+  /**
+   * Number of entries in *use* in the 'states' array.
+   */
+  unsigned int off;
+
   /**
    * Length of the 'states' array.
    */
-  unsigned int len;
+  unsigned int size;
 };