SquidIpc.h
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/* DEBUG: section 54 Interprocess Communication */
10
11#ifndef SQUID_SQUIDIPC_H_
12#define SQUID_SQUIDIPC_H_
13
14namespace Ip
15{
16class Address;
17}
18pid_t ipcCreate(int type,
19 const char *prog,
20 const char *const args[],
21 const char *name,
22 Ip::Address &local_addr,
23 int *rfd,
24 int *wfd,
25 void **hIpc);
26
27#endif /* SQUID_SQUIDIPC_H_ */
28
static void * hIpc
Definition: IcmpSquid.cc:33
pid_t ipcCreate(int type, const char *prog, const char *const args[], const char *name, Ip::Address &local_addr, int *rfd, int *wfd, void **hIpc)
Definition: ipc.cc:65
Definition: Xaction.cc:139

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors