]> err.no Git - varnish/commit
Be more consistent.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 10 Jul 2006 10:56:12 +0000 (10:56 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 10 Jul 2006 10:56:12 +0000 (10:56 +0000)
commit83fa313e3f669188eed3fe07923aa248d9ab69b2
tree9e3ece3f7dd99780390fc97cec9310b354de5f9b
parent3fca6e591e1457e6ab9e2a307cd15ad712572513
Be more consistent.

cache_shmlog.c contains stuff for both cache and mgt, so remove the
cache_ prefix.

Rename cache_shmlog.h to common.h and put joint stuff there.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@403 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishd/Makefile.am
varnish-cache/bin/varnishd/cache.h
varnish-cache/bin/varnishd/common.h [moved from varnish-cache/bin/varnishd/cache_shmlog.h with 100% similarity]
varnish-cache/bin/varnishd/mgt.h
varnish-cache/bin/varnishd/shmlog.c [moved from varnish-cache/bin/varnishd/cache_shmlog.c with 100% similarity]