1. NAME

gen_estimator_active - test if estimator is currently in use

2. SYNOPSIS

bool gen_estimator_active(const struct gnet_stats_basic_packed *  bstats , const struct gnet_stats_rate_est *  rate_est );

3. ARGUMENTS

bstats
    basic statistics

rate_est
    rate estimator statistics

4. DESCRIPTION

Returns true if estimator is active, and false if not.

5. COPYRIGHT