~ubuntu-branches/debian/sid/varnish/sid

« back to all changes in this revision

Viewing changes to bin/varnishd/heritage.h

  • Committer: Bazaar Package Importer
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2011-03-21 10:16:07 UTC
  • mfrom: (24.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20110321101607-528fzl583fqanas5
Tags: 2.1.5-2
ReleaseĀ forĀ unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27
27
 * SUCH DAMAGE.
28
28
 *
29
 
 * $Id: heritage.h 4720 2010-04-26 07:30:32Z tfheen $
 
29
 * $Id$
30
30
 *
31
31
 * This file contains the heritage passed when mgt forks cache
32
32
 */
182
182
        /* Acceptable clockskew with backends */
183
183
        unsigned                clock_skew;
184
184
 
 
185
        /* Expiry pacer parameters */
 
186
        double                  expiry_sleep;
 
187
 
185
188
        /* Acceptor pacer parameters */
186
189
        double                  acceptor_sleep_max;
187
190
        double                  acceptor_sleep_incr;