FwdState::initModule();
/* register the modules in the cache manager menus */
- accessLogRegisterWithCacheManager(manager);
- asnRegisterWithCacheManager(manager);
- authenticateRegisterWithCacheManager(&Config.authConfiguration, manager);
- carpRegisterWithCacheManager(manager);
- cbdataRegisterWithCacheManager(manager);
+ // accessLogRegisterWithCacheManager(); //moved to accessLogInit()
+ // asnRegisterWithCacheManager(); //moved to asnInit()
+ // authenticateRegisterWithCacheManager(&Config.authConfiguration);
+ // moved authenticateInit()
- #if USE_CARP
+ // carpRegisterWithCacheManager(); //moved to carpInit()
- #endif
+
+ cbdataRegisterWithCacheManager();
/* These use separate calls so that the comm loops can eventually
* coexist.
*/
SQUIDCEXTERN const char *internalHostname(void);
SQUIDCEXTERN int internalHostnameIs(const char *);
- #if USE_CARP
SQUIDCEXTERN void carpInit(void);
-extern void carpRegisterWithCacheManager(CacheManager & manager);
+extern void carpRegisterWithCacheManager();
SQUIDCEXTERN peer *carpSelectParent(HttpRequest *);
- #endif
#if USE_LEAKFINDER