]> err.no Git - varnish/commit
Add a VBM bitmap for keeping track of which filedescriptors the worker
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 22 Jun 2008 11:50:39 +0000 (11:50 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 22 Jun 2008 11:50:39 +0000 (11:50 +0000)
commit720df19eb4ff50d6b885e20281df0e48dbcaefe4
treef24500ad73ca3219b41cb50b436a97cf7ed4cfe0
parent4abbce5bffb9a4f35e3044661ddacf6bd8b7bdec
Add a VBM bitmap for keeping track of which filedescriptors the worker
process should inherit, and close all other fd's in the child.

Rename variables used for the various fd's to more understandable names.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2771 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishd/cache_cli.c
varnish-cache/bin/varnishd/common.h
varnish-cache/bin/varnishd/heritage.h
varnish-cache/bin/varnishd/mgt_child.c
varnish-cache/bin/varnishd/storage_file.c