CernVM-FS
2.12.0
|
#include <algorithm>
#include <string>
#include "catalog.h"
#include "crypto/hash.h"
#include "network/download.h"
#include "util/exception.h"
#include "util/logging.h"
#include "util/posix.h"
Go to the source code of this file.
Functions | |
void | AppendFirstEntry (catalog::DirectoryEntryList *entry_list) |
void | AppendLastEntry (catalog::DirectoryEntryList *entry_list) |
bool | IsSmaller (const catalog::DirectoryEntry &a, const catalog::DirectoryEntry &b) |
Variables | |
const uint64_t | kLastInode = uint64_t(-1) |
|
inline |
Definition at line 20 of file catalog_diff_tool_impl.h.
Referenced by CatalogDiffTool< RoCatalogMgr >::DiffRec().
|
inline |
Definition at line 25 of file catalog_diff_tool_impl.h.
Referenced by CatalogDiffTool< RoCatalogMgr >::DiffRec().
|
inline |
Definition at line 32 of file catalog_diff_tool_impl.h.
Referenced by CatalogDiffTool< RoCatalogMgr >::DiffRec().
const uint64_t kLastInode = uint64_t(-1) |
This file is part of the CernVM File System.
Definition at line 18 of file catalog_diff_tool_impl.h.
Referenced by AppendLastEntry(), and IsSmaller().