From efcaff0b804bbd73a01d510fd1a4c5ccb752f802 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Fri, 10 May 2019 03:06:54 +0700 Subject: osmo-stp: register VTY commands for talloc context introspection Change-Id: Id0789c4946929b783c54220de439958001f94992 --- stp/stp_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/stp/stp_main.c b/stp/stp_main.c index e7f4f38..aa77e61 100644 --- a/stp/stp_main.c +++ b/stp/stp_main.c @@ -180,6 +180,7 @@ int main(int argc, char **argv) osmo_ss7_vty_init_sg(tall_stp_ctx); osmo_sccp_vty_init(); osmo_fsm_vty_add_cmds(); + osmo_talloc_vty_add_cmds(); rc = vty_read_config_file(cmdline_config.config_file, NULL); if (rc < 0) { -- cgit v1.2.3