From b17b9d8d3a7ffddc9f80db347e83597b36d1313a Mon Sep 17 00:00:00 2001 From: Francesco Chemolli Date: Tue, 27 Sep 2011 13:16:01 +0200 Subject: [PATCH] Made HttpHdrCc::mask private. --- src/HttpHdrCc.cci | 2 +- src/HttpHdrCc.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/HttpHdrCc.cci b/src/HttpHdrCc.cci index 20825d8fd9..adbb0bcf77 100644 --- a/src/HttpHdrCc.cci +++ b/src/HttpHdrCc.cci @@ -34,7 +34,7 @@ void HttpHdrCc::setMaxAge(int max_age_) { - + /* keeping the mask in sync is needed e.g. for the packer functions */ if (max_age_ >= 0) { set(CC_MAX_AGE); max_age = max_age_; diff --git a/src/HttpHdrCc.h b/src/HttpHdrCc.h index bd6648dcfe..4a0ca70870 100644 --- a/src/HttpHdrCc.h +++ b/src/HttpHdrCc.h @@ -94,8 +94,8 @@ public: * * managed via EBIT_SET/TEST/CLR */ - int32_t mask; private: + int32_t mask; int32_t max_age; int32_t s_maxage; int32_t max_stale; -- 2.47.2