xrootd
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Enumerations
XrdTpcTPC.hh File Reference
#include <memory>
#include <string>
#include <vector>
#include <sys/time.h>
#include "XrdSys/XrdSysPthread.hh"
#include "XrdHttp/XrdHttpExtHandler.hh"
#include "XrdHttp/XrdHttpUtils.hh"
#include "XrdTls/XrdTlsTempCA.hh"
#include "PMarkManager.hh"
#include <curl/curl.h>
Include dependency graph for XrdTpcTPC.hh:

Go to the source code of this file.

Classes

struct  TPC::CurlDeleter
 
class  TPC::TPCHandler
 
struct  TPC::TPCHandler::TPCLogRecord
 

Namespaces

namespace  TPC
 

Typedefs

typedef void CURL
 
using TPC::ManagedCurlHandle = std::unique_ptr< CURL, CurlDeleter >
 

Enumerations

enum  TPC::LogMask {
  TPC::Debug = 0x01 , TPC::Info = 0x02 , TPC::Warning = 0x04 , TPC::Error = 0x08 ,
  TPC::All = 0xff
}
 

Typedef Documentation

◆ CURL

typedef void CURL