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

#include <pack.h>

Collaboration diagram for ObjectPackBuild::Event:

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
 

Detailed Description

Definition at line 139 of file pack.h.

Constructor & Destructor Documentation

ObjectPackBuild::Event::Event ( const shash::Any id,
uint64_t  size,
unsigned  buf_size,
const void *  buf,
ObjectPack::BucketContentType  type,
const std::string &  name 
)
inline

Definition at line 140 of file pack.h.

Member Data Documentation

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().

std::string ObjectPackBuild::Event::object_name

Definition at line 154 of file pack.h.

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().


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