Squid Web Cache master
Loading...
Searching...
No Matches
stub_helper.cc
Go to the documentation of this file.
1/*
2 * Copyright (C) 1996-2025 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
15void helperSubmit(const Helper::Client::Pointer &, const char *, HLPCB *, void *) STUB
16void helperStatefulSubmit(const statefulhelper::Pointer &, const char *, HLPCB *, void *, const Helper::ReservationId &) STUB
18void Helper::Client::packStatsInto(Packable *, const char *) const STUB
19void Helper::Client::openSessions() STUB
20
21void helperShutdown(const Helper::Client::Pointer &) STUB
22void helperStatefulShutdown(const statefulhelper::Pointer &) STUB
23void statefulhelper::openSessions() STUB
24
#define STUB
macro to stub a void function.
Definition STUB.h:34
virtual ~Client()
Definition helper.cc:855
a (temporary) lock on a (stateful) helper channel
void HLPCB(void *, const Helper::Reply &)
Definition forward.h:33
void helperStatefulSubmit(const statefulhelper::Pointer &hlp, const char *buf, HLPCB *callback, void *data, const Helper::ReservationId &reservation)
Definition helper.cc:587
void helperShutdown(const Helper::Client::Pointer &hlp)
Definition helper.cc:770
void helperStatefulShutdown(const statefulhelper::Pointer &hlp)
Definition helper.cc:809
void helperSubmit(const Helper::Client::Pointer &hlp, const char *const buf, HLPCB *const callback, void *const data)
Definition helper.cc:481
helper protocol primitives
Definition helper.h:39