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/ims_dialog/dlg_ng_stats.h

17 lines
327 B

#ifndef DIALOG_NG_STATS_H
#define DIALOG_NG_STATS_H
#include "../../counters.h"
struct dialog_ng_counters_h {
counter_handle_t active;
counter_handle_t early;
counter_handle_t expired;
counter_handle_t processed;
};
int dialog_ng_stats_init();
void dialog_ng_stats_destroy();
#endif /* DIALOG_NG_STATS_H */