]> err.no Git - varnish/commit
Move struct http into cache.h
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sat, 8 Jul 2006 19:54:10 +0000 (19:54 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sat, 8 Jul 2006 19:54:10 +0000 (19:54 +0000)
commit5c8a4467a7719fbf6f0683284c0119876bce0111
tree7ad466859ea5b4b1cf8e775ef44b5564de0aca99
parentea726513f8930293deb57ba9baddc2387ffb0b4c
Move struct http into cache.h

The original reasoning for having it private to cache_http.c was
to avoid pollution with event.h related structures but since that
pollution is happening other ways anyway, the cost is too high.

Include pthread.h, sys/time.h, and event.h from cache.h

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@380 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishd/cache.h
varnish-cache/bin/varnishd/cache_http.c