Implement getter function for counter limit
(cherry picked from commit ca7d487357)
This commit is contained in:
committed by
Mark Andrews
parent
c233bb9de0
commit
511c86facb
@@ -68,6 +68,12 @@ isc_counter_setlimit(isc_counter_t *counter, int limit);
|
||||
* Set the counter limit.
|
||||
*/
|
||||
|
||||
int
|
||||
isc_counter_getlimit(isc_counter_t *counter);
|
||||
/*%<
|
||||
* Get the counter limit.
|
||||
*/
|
||||
|
||||
void
|
||||
isc_counter_attach(isc_counter_t *source, isc_counter_t **targetp);
|
||||
/*%<
|
||||
|
||||
Reference in New Issue
Block a user