CernVM-FS
2.12.0
|
#include <upload_facility.h>
Public Member Functions | |
UploadBuffer () | |
UploadBuffer (uint64_t s, const void *d) | |
Public Attributes | |
uint64_t | size |
const void * | data |
A read-only memory block that is supposed to be written out.
Definition at line 93 of file upload_facility.h.
|
inline |
Definition at line 94 of file upload_facility.h.
|
inline |
Definition at line 95 of file upload_facility.h.
const void* upload::AbstractUploader::UploadBuffer::data |
Definition at line 97 of file upload_facility.h.
Referenced by upload::LocalUploader::StreamedUpload(), upload::S3Uploader::StreamedUpload(), and upload::GatewayUploader::StreamedUpload().
uint64_t upload::AbstractUploader::UploadBuffer::size |
Definition at line 96 of file upload_facility.h.
Referenced by upload::LocalUploader::StreamedUpload(), upload::S3Uploader::StreamedUpload(), and upload::GatewayUploader::StreamedUpload().