CernVM-FS
2.12.0
|
#include "pack.h"
#include <algorithm>
#include <cassert>
#include <cstring>
#include <map>
#include "util/concurrency.h"
#include "util/exception.h"
#include "util/platform.h"
#include "util/smalloc.h"
#include "util/string.h"
Go to the source code of this file.
Namespaces | |
anonymous_namespace{pack.cc} | |
Functions | |
void | anonymous_namespace{pack.cc}::InitializeHeader (const int version, const int num_objects, const size_t pack_size, std::string *header) |
void | anonymous_namespace{pack.cc}::AppendItemToHeader (ObjectPack::BucketContentType object_type, const std::string &hash_str, const size_t object_size, const std::string &object_name, std::string *header) |