CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
upload::LocalStreamHandle Struct Reference

#include <upload_local.h>

Inheritance diagram for upload::LocalStreamHandle:
Collaboration diagram for upload::LocalStreamHandle:

Public Member Functions

 LocalStreamHandle (const CallbackTN *commit_callback, const int tmp_fd, const std::string &tmp_path)
 
- Public Member Functions inherited from upload::UploadStreamHandle
 UploadStreamHandle (const CallbackTN *commit_callback)
 
virtual ~UploadStreamHandle ()
 

Public Attributes

const int file_descriptor
 
const std::string temporary_path
 
- Public Attributes inherited from upload::UploadStreamHandle
const CallbackTNcommit_callback
 
int64_t tag
 
std::string remote_path
 

Additional Inherited Members

- Public Types inherited from upload::UploadStreamHandle
typedef
AbstractUploader::CallbackTN 
CallbackTN
 
- Static Public Attributes inherited from upload::UploadStreamHandle
static atomic_int64 g_upload_stream_tag = 0
 

Detailed Description

Definition at line 19 of file upload_local.h.

Constructor & Destructor Documentation

upload::LocalStreamHandle::LocalStreamHandle ( const CallbackTN commit_callback,
const int  tmp_fd,
const std::string &  tmp_path 
)
inline

Definition at line 20 of file upload_local.h.

Member Data Documentation

const int upload::LocalStreamHandle::file_descriptor
const std::string upload::LocalStreamHandle::temporary_path

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