CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
publish::SyncItem::EntryStat Struct Reference

#include <sync_item.h>

Public Member Functions

 EntryStat ()
 
SyncItemType GetSyncItemType () const
 

Public Attributes

bool obtained
 
int error_code
 
platform_stat64 stat
 

Detailed Description

Structure to cache stat calls to the different file locations.

Definition at line 240 of file sync_item.h.

Constructor & Destructor Documentation

publish::SyncItem::EntryStat::EntryStat ( )
inline

Definition at line 241 of file sync_item.h.

Member Function Documentation

SyncItemType publish::SyncItem::EntryStat::GetSyncItemType ( ) const
inline

Definition at line 245 of file sync_item.h.

Referenced by publish::SyncItem::CheckCatalogMarker(), and publish::SyncItem::GetGenericFiletype().

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

bool publish::SyncItem::EntryStat::obtained

false at the beginning, true after first stat call

Definition at line 257 of file sync_item.h.

Referenced by GetSyncItemType(), publish::SyncItem::StatGeneric(), publish::SyncItemTar::StatScratch(), and publish::SyncItemDummyDir::SyncItemDummyDir().


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