stub_store_client.cc
Go to the documentation of this file.
1 /*
2  * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
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 
9 #include "squid.h"
10 #include "repl_modules.h"
11 #include "Store.h"
12 #include "store_digest.h"
13 #include "store_log.h"
14 #include "store_rebuild.h"
15 #include "StoreClient.h"
16 
17 #define STUB_API "store_client.cc"
18 #include "tests/STUB.h"
19 
22 void storeLog(int, const StoreEntry *) STUB_NOP
23 void storeLogOpen(void) STUB
24 void storeDigestInit(void) STUB
25 void storeRebuildStart(void) STUB
26 void storeReplSetup(void) STUB
27 void store_client::noteSwapInDone(bool) STUB
28 #if USE_DELAY_POOLS
30 #endif
31 void store_client::dumpStats(MemBuf *, int) const STUB
33 
#define STUB_RETVAL(x)
Definition: STUB.h:42
void invokeHandlers()
void storeReplSetup(void)
Definition: MemBuf.h:23
#define STUB_RETVAL_NOP(x)
Definition: STUB.h:46
#define STUB
macro to stub a void function.
Definition: STUB.h:34
int bytesWanted() const
int getType() const
Definition: store_client.cc:91
#define STUB_NOP
Definition: STUB.h:38
void dumpStats(MemBuf *output, int clientNumber) const
void storeRebuildStart(void)
void storeLog(int tag, const StoreEntry *e)
Definition: store_log.cc:38
void storeLogOpen(void)
Definition: store_log.cc:123
void storeDigestInit(void)
int storePendingNClients(const StoreEntry *e)

 

Introduction

Documentation

Support

Miscellaneous