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
 
CleanupList cleanup_fns
 

Detailed Description

Context data associated with proxy client and server classes.

Definition at line 51 of file proxy.h.

Constructor & Destructor Documentation

◆ ProxyContext()

mp::ProxyContext::ProxyContext ( Connection connection)
inline

Definition at line 56 of file proxy.h.

Member Data Documentation

◆ cleanup_fns

CleanupList mp::ProxyContext::cleanup_fns

Definition at line 54 of file proxy.h.

◆ connection

Connection* mp::ProxyContext::connection

Definition at line 53 of file proxy.h.


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