stub_helper.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 "helper.h"
11 
12 #define STUB_API "helper.cc"
13 #include "tests/STUB.h"
14 
15 void helperSubmit(const Helper::Client::Pointer &, const char *, HLPCB *, void *) STUB
16 void helperStatefulSubmit(const statefulhelper::Pointer &, const char *, HLPCB *, void *, const Helper::ReservationId &) STUB
18 void Helper::Client::packStatsInto(Packable *, const char *) const STUB
19 void Helper::Client::openSessions() STUB
20 
21 void helperShutdown(const Helper::Client::Pointer &) STUB
22 void helperStatefulShutdown(const statefulhelper::Pointer &) STUB
23 void statefulhelper::openSessions() STUB
24 
Definition: Client.h:29
void helperStatefulSubmit(const statefulhelper::Pointer &hlp, const char *buf, HLPCB *callback, void *data, const Helper::ReservationId &reservation)
Definition: helper.cc:586
void helperShutdown(const Helper::Client::Pointer &hlp)
Definition: helper.cc:769
void helperStatefulShutdown(const statefulhelper::Pointer &hlp)
Definition: helper.cc:808
virtual ~Client()
Definition: helper.cc:854
a (temporary) lock on a (stateful) helper channel
Definition: ReservationId.h:17
helper protocol primitives
Definition: ChildConfig.h:12
void helperSubmit(const Helper::Client::Pointer &hlp, const char *const buf, HLPCB *const callback, void *const data)
Definition: helper.cc:480
#define STUB
macro to stub a void function.
Definition: STUB.h:34
void HLPCB(void *, const Helper::Reply &)
Definition: forward.h:33

 

Introduction

Documentation

Support

Miscellaneous