mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
FSCORE-637 - limit - reset rate and release resource apis
Thanks Moy
This commit is contained in:
@@ -526,6 +526,8 @@ struct switch_limit_interface {
|
||||
switch_status_t (*reset) (void);
|
||||
/*! freform status */
|
||||
char * (*status) (void);
|
||||
/*! reset interval counter */
|
||||
switch_status_t (*interval_reset) (const char *realm, const char *resource);
|
||||
/* internal */
|
||||
switch_thread_rwlock_t *rwlock;
|
||||
int refs;
|
||||
|
||||
Reference in New Issue
Block a user