CernVM-FS
2.12.0
|
#include <pack.h>
Public Member Functions | |
Event (const shash::Any &id, uint64_t size, unsigned buf_size, const void *buf, ObjectPack::BucketContentType type, const std::string &name) | |
Public Attributes | |
shash::Any | id |
uint64_t | size |
unsigned | buf_size |
const void * | buf |
ObjectPack::BucketContentType | object_type |
std::string | object_name |
|
inline |
const void* ObjectPackBuild::Event::buf |
Definition at line 152 of file pack.h.
Referenced by receiver::PayloadProcessor::ConsumerEventCallback().
unsigned ObjectPackBuild::Event::buf_size |
Definition at line 151 of file pack.h.
Referenced by receiver::PayloadProcessor::ConsumerEventCallback().
shash::Any ObjectPackBuild::Event::id |
Definition at line 149 of file pack.h.
Referenced by receiver::PayloadProcessor::ConsumerEventCallback().
ObjectPack::BucketContentType ObjectPackBuild::Event::object_type |
Definition at line 153 of file pack.h.
Referenced by receiver::PayloadProcessor::ConsumerEventCallback().
uint64_t ObjectPackBuild::Event::size |
Definition at line 150 of file pack.h.
Referenced by receiver::PayloadProcessor::ConsumerEventCallback().