Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Aug 2011 00:48:03 +0000 (UTC)
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r225050 - user/gabor/tre-integration/include
Message-ID:  <201108210048.p7L0m3AK075427@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gabor
Date: Sun Aug 21 00:48:03 2011
New Revision: 225050
URL: http://svn.freebsd.org/changeset/base/225050

Log:
  - Support REG_PEND for fast matching functions

Modified:
  user/gabor/tre-integration/include/fastmatch.h

Modified: user/gabor/tre-integration/include/fastmatch.h
==============================================================================
--- user/gabor/tre-integration/include/fastmatch.h	Sat Aug 20 21:26:35 2011	(r225049)
+++ user/gabor/tre-integration/include/fastmatch.h	Sun Aug 21 00:48:03 2011	(r225050)
@@ -20,6 +20,7 @@ typedef struct {
   int		 defBc;
   hashtable	*qsBc_table;
   int		*sbmGs;
+  const char	*re_endp;
 
   /* flags */
   bool		 bol;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108210048.p7L0m3AK075427>