Bitcoin Core 29.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
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 80 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: