]>
git.ipfire.org Git - thirdparty/squid.git/blob - src/CommonPool.h
788956fa15034aab997cb9d3a2e94447fabace5b
2 * Copyright (C) 1996-2025 The Squid Software Foundation and contributors
4 * Squid software is distributed under GPLv2+ license and includes
5 * contributions from numerous individuals and organizations.
6 * Please see the COPYING and CONTRIBUTORS files for details.
9 /* DEBUG: section 77 Delay Pools */
11 #ifndef SQUID_SRC_COMMONPOOL_H
12 #define SQUID_SRC_COMMONPOOL_H
15 #include "CompositePoolNode.h"
16 #include "sbuf/SBuf.h"
19 \ingroup DelayPoolsAPI
21 * TODO: Next steps: make this a composite, and TypeLabel a composite method.
22 * Then we have a legacy composite which returns class 1/2/3, and new
23 * composites which return a descriptor of some sort.
27 MEMPROXY_CLASS(CommonPool
);
30 static CommonPool
*Factory (unsigned char _class
, CompositePoolNode::Pointer
&);
31 const SBuf
&classTypeLabel() const { return typeLabel
; }
38 #endif /* USE_DELAY_POOLS */
39 #endif /* SQUID_SRC_COMMONPOOL_H */