Squid Web Cache master
Loading...
Searching...
No Matches
SquidIpc.h
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/* DEBUG: section 54 Interprocess Communication */
10
11#ifndef SQUID_SRC_SQUIDIPC_H
12#define SQUID_SRC_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_SRC_SQUIDIPC_H */
28
static void * hIpc
Definition IcmpSquid.cc:35
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:63
Definition Xaction.cc:137