21#ifndef __ANTARES_FS_WALKER_STATISTICS_H__
22#define __ANTARES_FS_WALKER_STATISTICS_H__
Definition statistics.h:29
uint64_t folderCount
The number of folders encountered.
Definition statistics.h:51
bool aborted
Flag to determine whether the operation has been aborted or not.
Definition statistics.h:55
uint64_t bytesCopied
The amount of bytes that has been copied.
Definition statistics.h:53
uint64_t fileCount
The number of file encountered.
Definition statistics.h:49