StartListening.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_IPC_START_LISTENING_H
12#define SQUID_IPC_START_LISTENING_H
13
14#include "base/AsyncCall.h"
15#include "base/forward.h"
16#include "base/Subscription.h"
17#include "comm/forward.h"
18#include "ip/forward.h"
19#include "ipc/FdNotes.h"
20
21#include <iosfwd>
22
23namespace Ipc
24{
25
28{
29public:
31 int errNo = 0;
32};
33
35
38void StartListening(int sock_type, int proto, const Comm::ConnectionPointer &listenConn,
40
41std::ostream &operator <<(std::ostream &, const StartListeningAnswer &);
42
43} // namespace Ipc;
44
45#endif /* SQUID_IPC_START_LISTENING_H */
46
StartListening() result.
int errNo
errno value from the comm_open_listener() call
Comm::ConnectionPointer conn
opened listening socket
Definition: IpcIoFile.h:24
FdNoteId
We cannot send char* FD notes to other processes. Pass int IDs and convert.
Definition: FdNotes.h:20
void StartListening(int sock_type, int proto, const Comm::ConnectionPointer &listenConn, FdNoteId, StartListeningCallback &)
std::ostream & operator<<(std::ostream &os, const QuestionerId &qid)
Definition: QuestionerId.h:63

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors