![]() |
RDK Documentation (Open Sourced RDK Components)
|
structure to store curl easy, shared handle & locks for a host More...
#include <AampCurlStore.h>

Public Member Functions | |
| curlstorestruct (const curlstorestruct &)=delete | |
| curlstorestruct & | operator= (const curlstorestruct &)=delete |
Data Fields | |
| std::deque< CurlHandleStruct > | mFreeQ |
| CURLSH * | mCurlShared |
| CurlDataShareLock * | pstShareLocks |
| unsigned int | mCurlStoreUserCount |
| long long | timestamp |
structure to store curl easy, shared handle & locks for a host
Definition at line 78 of file AampCurlStore.h.