|
Squid Web Cache master
|
#include "squid.h"#include "debug/Messages.h"#include "LoadableModule.h"#include "LoadableModules.h"#include "sbuf/List.h"Go to the source code of this file.
Functions | |
| static void | LoadModule (const SBuf &fname) |
| void | LoadableModulesConfigure (const SBufList &names) |
| dynamically load named libraries, in the listed order | |
| void LoadableModulesConfigure | ( | const SBufList & | names | ) |
Definition at line 28 of file LoadableModules.cc.
References debugs, Important, and LoadModule().
Referenced by mainInitialize(), and mainReconfigureFinish().
|
static |
Definition at line 16 of file LoadableModules.cc.
References DBG_IMPORTANT, and debugs.
Referenced by LoadableModulesConfigure().