Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
mp::ProxyContext Struct Reference

Context data associated with proxy client and server classes. More...

#include <proxy.h>

Collaboration diagram for mp::ProxyContext:
[legend]

Public Member Functions

 ProxyContext (Connection *connection)

Public Attributes

Connectionconnection
EventLoopRef loop
CleanupList cleanup_fns

Detailed Description

Context data associated with proxy client and server classes.

Definition at line 68 of file proxy.h.

Constructor & Destructor Documentation

◆ ProxyContext()

mp::ProxyContext::ProxyContext ( Connection * connection)

Definition at line 81 of file proxy.cpp.

Member Data Documentation

◆ cleanup_fns

CleanupList mp::ProxyContext::cleanup_fns

Definition at line 72 of file proxy.h.

◆ connection

Connection* mp::ProxyContext::connection

Definition at line 70 of file proxy.h.

◆ loop

EventLoopRef mp::ProxyContext::loop

Definition at line 71 of file proxy.h.


The documentation for this struct was generated from the following files: