proxygen
|
#include <SSLSessionCacheManager.h>
Public Member Functions | |
PendingLookup () | |
Public Attributes | |
bool | request_in_progress |
SSL_SESSION * | session |
std::list< AttachedLookup > | waiters |
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.
|
inline |
Definition at line 98 of file SSLSessionCacheManager.h.
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.