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
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:33
Definition: Client.h:35
virtual ~Client()
Definition: helper.cc:853
a (temporary) lock on a (stateful) helper channel
Definition: ReservationId.h:18
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:586
void helperShutdown(const Helper::Client::Pointer &hlp)
Definition: helper.cc:771
void helperStatefulShutdown(const statefulhelper::Pointer &hlp)
Definition: helper.cc:807
void helperSubmit(const Helper::Client::Pointer &hlp, const char *const buf, HLPCB *const callback, void *const data)
Definition: helper.cc:480
helper protocol primitives
Definition: helper.h:39

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors