From 410691f3513ae8b9512b246e905e7a692cbae2e7 Mon Sep 17 00:00:00 2001 From: Xuefer Date: Fri, 26 May 2006 02:31:00 +0000 Subject: [PATCH] rename coverage -> coverager git-svn-id: svn://svn.lighttpd.net/xcache/trunk@28 c26eb9a1-5813-0410-bd6c-c2e55f420ca7 --- xcache_globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcache_globals.h b/xcache_globals.h index dbc66e3..70bc2f0 100644 --- a/xcache_globals.h +++ b/xcache_globals.h @@ -4,7 +4,7 @@ ZEND_BEGIN_MODULE_GLOBALS(xcache) #ifdef HAVE_XCACHE_OPTIMIZER zend_bool optimizer; /* true if enabled */ #endif -#ifdef HAVE_XCACHE_COVERAGE +#ifdef HAVE_XCACHE_COVERAGER zend_bool coveragedumper; HashTable *coverages; /* coverages[file][line] = times */ #endif