]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
shuffel MEMPROXY macros for better CacheMgr reporting names
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 11 Aug 2012 02:04:03 +0000 (20:04 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 11 Aug 2012 02:04:03 +0000 (20:04 -0600)
src/comm/Connection.h

index af123797c6af2441c809f5087907a7967262fcac..b0b41368bc1be81127eb1f353005538ae0394e05 100644 (file)
@@ -163,10 +163,9 @@ private:
     peer *_peer;
 };
 
-MEMPROXY_CLASS_INLINE(Connection);
-
 }; // namespace Comm
 
+MEMPROXY_CLASS_INLINE(Comm::Connection);
 
 // NP: Order and namespace here is very important.
 //     * The second define inlines the first.