|
Squid Web Cache master
|
#include "squid.h"#include "tests/STUB.h"#include "store/Controller.h"#include "store/Disk.h"#include "store/Disks.h"#include "store/LocalSearch.h"#include "store/SwapMetaIn.h"#include "store/SwapMetaOut.h"Go to the source code of this file.
Namespaces | |
| namespace | Store |
Macros | |
| #define | STUB_API "store/libstore.la" |
Functions | |
| void storeDirOpenSwapLogs(void) STUB int storeDirWriteCleanLogs(int) STUB_RETVAL(0) void storeDirCloseSwapLogs(void) STUB void allocate_new_swapdir(Store void | storeDirSwapLog (const StoreEntry *, int) STUB namespace Store |
| #define STUB_API "store/libstore.la" |
Definition at line 11 of file stub_libstore.cc.
| void storeDirOpenSwapLogs(void) STUB int storeDirWriteCleanLogs(int) STUB_RETVAL(0) void storeDirCloseSwapLogs(void) STUB void allocate_new_swapdir(Store void storeDirSwapLog | ( | const StoreEntry * | e, |
| int | op | ||
| ) |
An entry written to the swap log MUST have the following properties.
Definition at line 133 of file stub_libstore.cc.
References Store::NewLocalSearch(), and STUB_RETVAL.