CernVM-FS
2.12.0
|
#include <jobinfo.h>
Public Member Functions | |
DataTubeElement (DataTubeAction xact) | |
DataTubeElement (char *mov_data, size_t xsize, DataTubeAction xact) | |
~DataTubeElement () | |
Public Attributes | |
char * | data |
size_t | size |
DataTubeAction | action |
Additional Inherited Members | |
Protected Member Functions inherited from SingleCopy | |
SingleCopy () | |
Wrapper for the data tube to transfer data from CallbackCurlData() that is executed in MainDownload() Thread to Fetch() called by a fuse thread
TODO(heretherebedragons): do we want to have a pool of those datatubeelements?
|
inlineexplicit |
|
inline |
DataTubeAction download::DataTubeElement::action |
Definition at line 49 of file jobinfo.h.
Referenced by download::DownloadManager::Fetch().
char* download::DataTubeElement::data |
Definition at line 47 of file jobinfo.h.
Referenced by ~DataTubeElement().