statistics.h File Reference
Implements C compatible statistics struct. More...
#include "translations.h"
Go to the source code of this file.
Data Structures | |
struct | dar_statistics |
Structure containing statistical information about a given operation. More... | |
Functions | |
DLLIMPORT void | dar_statistics_destroy (dar_statistics *ref) |
Frees any dynamically allocated memory used by any of the infinints contained in the structure. |
Detailed Description
Implements C compatible statistics struct.
Definition in file statistics.h.
Function Documentation
|
Frees any dynamically allocated memory used by any of the infinints contained in the structure.
This is of course accomplished by calling Definition at line 43 of file statistics.cpp. References dar_infinint_destroy(), dar_statistics::deleted, dar_statistics::ea_treated, dar_statistics::error, dar_statistics::hard_links, dar_statistics::ignored, dar_statistics::skipped, dar_statistics::target_changed, dar_statistics::total, and dar_statistics::treated. |