SwapMetaOut.cc File Reference
#include "squid.h"
#include "md5.h"
#include "MemObject.h"
#include "sbuf/Stream.h"
#include "SquidMath.h"
#include "Store.h"
#include "store/SwapMeta.h"
#include "store/SwapMetaOut.h"
Include dependency graph for SwapMetaOut.cc:
Go to the source code of this file.
Namespaces | |
namespace | Store |
Functions | |
static void | Store::PackField (std::ostream &os, const SwapMetaType type, const size_t length, const void *value) |
writes a single swap meta field to the given stream More... | |
static void | Store::PackFields (const StoreEntry &entry, std::ostream &os) |
writes all swap meta fields of the given Store entry to the given stream More... | |