Reset the statistics collected for this leaky bucket.

Synopsis

Declared in <balb_leakybucket.h>

void
resetStatistics();

Description

Reset the statics collected for this leaky bucket by setting the number of units used and the number of units submitted to 0, and set the statisticsCollectionStartTime to the lastUpdateTime of this leaky bucket.

Created with MrDocs