]> git.ipfire.org Git - thirdparty/squid.git/blame - src/fs/rock/RockDbCell.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / fs / rock / RockDbCell.cc
CommitLineData
93910d5c 1/*
bde978a6 2 * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
bbc27441
AJ
3 *
4 * Squid software is distributed under GPLv2+ license and includes
5 * contributions from numerous individuals and organizations.
6 * Please see the COPYING and CONTRIBUTORS files for details.
93910d5c
AR
7 */
8
bbc27441
AJ
9/* DEBUG: section 79 Disk IO Routines */
10
93910d5c
AR
11#include "squid.h"
12#include "fs/rock/RockDbCell.h"
93910d5c 13
50dc81ec
AR
14Rock::DbCellHeader::DbCellHeader()
15{
16 memset(this, 0, sizeof(*this));
93910d5c 17}
f53969cc 18