aboutsummaryrefslogtreecommitdiff
path: root/src/vmod_dbrw.vcc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-01-24 00:34:07 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2016-01-24 00:37:26 +0200
commit226acfe9d91317d1bd516e77d109cdcccb8ee8a7 (patch)
treea9f94c5c08f2659bc9ed3e18cf4a9b8756943019 /src/vmod_dbrw.vcc
parent88662efe6a07c531878e1c56ca68e22a906e83ba (diff)
downloadvmod-dbrw-226acfe9d91317d1bd516e77d109cdcccb8ee8a7.tar.gz
vmod-dbrw-226acfe9d91317d1bd516e77d109cdcccb8ee8a7.tar.bz2
Varnish 4.1
* .gitmodules: New file. * acvmod: New submodule. * bootstrap: Update. * Makefile.am (ACLOCAL_AMFLAGS): Add acvmod * configure.ac: Use AM_VARNISHAPI instead of inlining the related code. Enable silent rules. Set version number 2.0.90-4.1.0 * src/Makefile.am: Enable silent rules. * tests/Makefile.am: Likewise. * tests/atlocal.in (at_vcl_backend): Remove conditional. * src/vmod_dbrw.c: Use event function. * src/vmod_dbrw.vcc: Likewise. * NEWS: Document changes.
Diffstat (limited to 'src/vmod_dbrw.vcc')
-rw-r--r--src/vmod_dbrw.vcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vmod_dbrw.vcc b/src/vmod_dbrw.vcc
index d6a7a7d..827ff4f 100644
--- a/src/vmod_dbrw.vcc
+++ b/src/vmod_dbrw.vcc
@@ -38,7 +38,7 @@ these, is that they are handled by Varnish, before the request reaches the
httpd server, and that they are stored in an SQL database, which makes
them easily manageable.
-$Init dbrw_init
+$Event dbrw_event
$Function VOID config(PRIV_VCL, STRING, STRING, STRING)
Description

Return to:

Send suggestions and report system problems to the System administrator.