CernVM-FS
2.12.0
|
#include <fcntl.h>
#include <stdint.h>
#include <string>
#include "ingestion/ingestion_source.h"
#include "ingestion/task.h"
#include "repository_tag.h"
#include "statistics.h"
#include "upload_spooler_definition.h"
#include "util/atomic.h"
#include "util/concurrency.h"
#include "util/posix.h"
#include "util/tube.h"
Go to the source code of this file.
Classes | |
struct | upload::UploadCounters |
struct | upload::UploaderResults |
class | upload::AbstractUploader |
struct | upload::AbstractUploader::UploadBuffer |
struct | upload::AbstractUploader::JobStatus |
struct | upload::AbstractUploader::UploadJob |
class | upload::TaskUpload |
struct | upload::UploadStreamHandle |
Namespaces | |
upload | |