aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli/tap-sipstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/cli/tap-sipstat.c')
-rw-r--r--ui/cli/tap-sipstat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/cli/tap-sipstat.c b/ui/cli/tap-sipstat.c
index be3349d728..8002156798 100644
--- a/ui/cli/tap-sipstat.c
+++ b/ui/cli/tap-sipstat.c
@@ -432,7 +432,7 @@ sipstat_init(const char *opt_arg, void *userdata _U_)
sip_init_hash(sp);
}
-static tap_ui sipstat_ui = {
+static stat_tap_ui sipstat_ui = {
REGISTER_STAT_GROUP_GENERIC,
NULL,
"sip,stat",
@@ -445,7 +445,7 @@ static tap_ui sipstat_ui = {
void
register_tap_listener_sipstat(void)
{
- register_tap_ui(&sipstat_ui, NULL);
+ register_stat_tap_ui(&sipstat_ui, NULL);
}
/*