CernVM-FS
2.12.0
|
#include <sync_mediator.h>
Public Member Functions | |
HardlinkGroup (const SharedPtr< SyncItem > &item) | |
void | AddHardlink (const SharedPtr< SyncItem > &entry) |
Public Attributes | |
SharedPtr< SyncItem > | master |
SyncItemList | hardlinks |
FileChunkList | file_chunks |
If we encounter a file with linkcount > 1 it will be added to a HardlinkGroup After processing all files, the HardlinkGroups are populated with related hardlinks Assertion: linkcount == HardlinkGroup::hardlinks.size() at the end
Definition at line 96 of file sync_mediator.h.
Definition at line 97 of file sync_mediator.h.
Definition at line 101 of file sync_mediator.h.
FileChunkList publish::HardlinkGroup::file_chunks |
Definition at line 107 of file sync_mediator.h.
Referenced by publish::SyncMediator::AddHardlinkGroup().
SyncItemList publish::HardlinkGroup::hardlinks |
Definition at line 106 of file sync_mediator.h.
Referenced by AddHardlink(), publish::SyncMediator::AddHardlinkGroup(), and HardlinkGroup().
Definition at line 105 of file sync_mediator.h.
Referenced by publish::SyncMediator::AddHardlinkGroup(), and HardlinkGroup().