]> err.no Git - varnish/commit
Start putting some structure in the sources relating to VCL handling:
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 20 Jun 2006 09:15:39 +0000 (09:15 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 20 Jun 2006 09:15:39 +0000 (09:15 +0000)
commit69010fa326eedaf1606ea2ab939cf1951d19c46e
tree873af3c7670884f9fea914b1daae08428b1879a9
parentd17ca09b77726f7783ac2a4effe08492ea96e069
Start putting some structure in the sources relating to VCL handling:

Split the runtime support for compiled varnish programs out and give it the
prefix "VRT".

Start using the prefix "VGC" for generated code.

Prefix "VCC" will be for the compiler and "VCL" for calling the compiled and
loaded functions.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@207 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishd/Makefile.am
varnish-cache/bin/varnishd/cache_vcl.c
varnish-cache/bin/varnishd/cache_vrt.c [new file with mode: 0644]
varnish-cache/include/vcl_lang.h
varnish-cache/include/vrt.h [new file with mode: 0644]
varnish-cache/lib/libvcl/vcl_compile.c
varnish-cache/lib/libvcl/vcl_fixed_token.c
varnish-cache/lib/libvcl/vcl_gen_fixed_token.tcl