From 48877c8ef41787d59a062ab07f5b6ee37eba7ce1 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 1 Dec 2010 17:28:36 +0100 Subject: milestone: added support for CEE-properties in property-based filters --- runtime/typedefs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'runtime/typedefs.h') diff --git a/runtime/typedefs.h b/runtime/typedefs.h index 38bc02d5..1f624f7a 100644 --- a/runtime/typedefs.h +++ b/runtime/typedefs.h @@ -127,7 +127,8 @@ typedef enum { FIOP_ISEQUAL = 2, /* is (exactly) equal? */ FIOP_STARTSWITH = 3, /* starts with a string? */ FIOP_REGEX = 4, /* matches a (BRE) regular expression? */ - FIOP_EREREGEX = 5 /* matches a ERE regular expression? */ + FIOP_EREREGEX = 5, /* matches a ERE regular expression? */ + FIOP_ISEMPTY = 6 /* string empty <=> strlen(s) == 0 ?*/ } fiop_t; /* types of configuration handlers -- cgit v1.2.3