|
@@ -1,6 +1,6 @@
|
|
#include "dlg_ng_stats.h"
|
|
#include "dlg_ng_stats.h"
|
|
|
|
|
|
-struct dialog_ng_counters_h dialog_ng_cnts_h;
|
|
|
|
|
|
+struct dialog_ng_counters_h dialog_ng_cnts_h = {0};
|
|
|
|
|
|
/* dialog_ng counters definitions */
|
|
/* dialog_ng counters definitions */
|
|
counter_def_t dialog_ng_cnt_defs[] = {
|
|
counter_def_t dialog_ng_cnt_defs[] = {
|
|
@@ -31,4 +31,4 @@ error:
|
|
void dialog_ng_stats_destroy()
|
|
void dialog_ng_stats_destroy()
|
|
{
|
|
{
|
|
/* do nothing */
|
|
/* do nothing */
|
|
-}
|
|
|
|
|
|
+}
|