#include <drbbdup.h>
Data Fields | |
size_t | struct_size |
unsigned long | no_dup_count |
unsigned long | no_dynamic_handling_count |
unsigned long | gen_count |
unsigned long | bail_count |
Various statistics related to drbbdup.
unsigned long drbbdup_stats_t::bail_count |
Execution count of bails to the default case due to encountered unhandled cases.
unsigned long drbbdup_stats_t::gen_count |
Number of cases handled via dynamic generation.
unsigned long drbbdup_stats_t::no_dup_count |
Number of fragments which have case handling turned off.
unsigned long drbbdup_stats_t::no_dynamic_handling_count |
Number of fragments which have dynamic case handling turned off.
size_t drbbdup_stats_t::struct_size |
Set this to the size of this structure.