Main Page   Modules   Data Structures   File List   Data Fields   Globals  

Operation statistics
[Class_wrapper]

Libdar returns status information about various operations, the results of which are stored in a struct. More...

Data Structures

struct  dar_statistics
 Structure containing statistical information about a given operation. More...


Functions

NAMESPACE_LIBDAR_START void dar_statistics_destroy (dar_statistics *ref)
 Frees any dynamically allocated memory used by any of the infinints contained in the structure.


Detailed Description

Libdar returns status information about various operations, the results of which are stored in a struct.


Function Documentation

NAMESPACE_LIBDAR_START void dar_statistics_destroy dar_statistics   ref
 

Frees any dynamically allocated memory used by any of the infinints contained in the structure.

This is of course accomplished by calling dar_infinint_destroy on each member.

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.