]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Mark GetPool() for removal
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 31 Mar 2016 10:02:08 +0000 (23:02 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 31 Mar 2016 10:02:08 +0000 (23:02 +1300)
src/mem/old_api.cc

index ef752f5574dd7de0ffb82e44a02cb860aee359d4..aa7527d16f82799d0523f40f099890503f3684fa 100644 (file)
@@ -60,6 +60,9 @@ static Mem::Meter HugeBufCountMeter;
 static Mem::Meter HugeBufVolumeMeter;
 
 /* local routines */
+
+// XXX: refactor objects using these pools to use MEMPROXY classes instead
+// then remove this function entirely
 static MemAllocator *&
 GetPool(size_t type)
 {