You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kamailio/modules/cdp/cdp_stats.h

19 lines
366 B

#ifndef CDP_STATS_H
#define CDP_STATS_H
#include "../../counters.h"
struct cdp_counters_h {
counter_handle_t timeout;
counter_handle_t replies_received;
counter_handle_t replies_response_time;
counter_handle_t avg_response_time;
counter_handle_t queuelength;
};
int cdp_init_counters();
void cdp_destroy_counters();
#endif /* CDP_STATS_H */