]> git.ipfire.org Git - thirdparty/squid.git/blame - src/tests/stub_CommIO.cc
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / src / tests / stub_CommIO.cc
CommitLineData
4e0938ef 1/*
5b74111a 2 * Copyright (C) 1996-2018 The Squid Software Foundation and contributors
4e0938ef
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.
7 */
8
1ff991dc
AJ
9#include "squid.h"
10#include "DiskIO/DiskThreads/CommIO.h"
638b9bab 11
081edc2d
AJ
12#define STUB_API "CommIO.cc"
13#include "tests/STUB.h"
14
3fcdb6b9
AJ
15bool CommIO::Initialised = false;
16bool CommIO::DoneSignalled = false;
17int CommIO::DoneFD = -1;
18int CommIO::DoneReadFD = -1;
19
081edc2d
AJ
20void CommIO::ResetNotifications() STUB
21void CommIO::Initialise() STUB
22void CommIO::NotifyIOClose() STUB
23void CommIO::NULLFDHandler(int, void *) STUB
24void CommIO::FlushPipe() STUB
f53969cc 25