/* * Copyright (C) 1996-2021 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. * Please see the COPYING and CONTRIBUTORS files for details. */ /* DEBUG: section 20 Storage Manager Swapfile Metadata */ #include "squid.h" #include "MemObject.h" #include "Store.h" #include "StoreMetaSTD.h" bool StoreMetaSTD::validLength(int len) const { return len == STORE_HDR_METASIZE_OLD; }