]> err.no Git - varnish/commitdiff
Update to new shmlog tag
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 7 Aug 2006 20:50:05 +0000 (20:50 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 7 Aug 2006 20:50:05 +0000 (20:50 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@751 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishncsa/varnishncsa.c
varnish-cache/configure.ac

index c8550d109a5d8c667716ef47be6d4b489c1ee8dd..738644f7d96a050ffb069529b7037d335ad50e60 100644 (file)
@@ -120,7 +120,7 @@ extended_log_format(unsigned char *p, char *w_opt)
                        
                break;
 
-       case SLT_ReqServTime:
+       case SLT_ReqEnd:
 
                break;
 
index a30603c6b2e9f2d408d06078860e27098ac60d14..64c7073d026a4bf60d30ed0c0a922c787da31998 100644 (file)
@@ -15,7 +15,7 @@ AM_INIT_AUTOMAKE
 # Compiler flags (assume GCC).
 # This section *must* come before AC_PROG_CC / AC_PROG_CPP.
 CFLAGS="${CFLAGS:--O2 -pipe}"
-DEVELOPER_CFLAGS="-Wall -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls"
+DEVELOPER_CFLAGS="-Wall -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wformat"
 AC_ARG_ENABLE(developer-warnings,
        AS_HELP_STRING([--enable-developer-warnings],[enable strict warnings (default is NO)]),
        CFLAGS="${CFLAGS} ${DEVELOPER_CFLAGS}")