proxygen
wangle::PendingLookup Struct Reference

#include <SSLSessionCacheManager.h>

Public Member Functions

 PendingLookup ()
 

Public Attributes

bool request_in_progress
 
SSL_SESSION * session
 
std::list< AttachedLookupwaiters
 

Detailed Description

PendingLookup structure

Keeps track of clients waiting for an SSL session to be retrieved from the external cache provider.

Definition at line 93 of file SSLSessionCacheManager.h.

Constructor & Destructor Documentation

wangle::PendingLookup::PendingLookup ( )
inline

Definition at line 98 of file SSLSessionCacheManager.h.

98  {
99  request_in_progress = true;
100  session = nullptr;
101  }

Member Data Documentation

bool wangle::PendingLookup::request_in_progress

Definition at line 94 of file SSLSessionCacheManager.h.

SSL_SESSION* wangle::PendingLookup::session

Definition at line 95 of file SSLSessionCacheManager.h.

std::list<AttachedLookup> wangle::PendingLookup::waiters

Definition at line 96 of file SSLSessionCacheManager.h.


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