fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-cbc/+/40732?usp=email )
Change subject: vty: register talloc introspection commands ......................................................................
vty: register talloc introspection commands
Change-Id: I05ecc74426f68e19a18b7111ebc39ef504735d15 --- M src/cbc_main.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-cbc refs/changes/32/40732/1
diff --git a/src/cbc_main.c b/src/cbc_main.c index 2de8c72..264dc07 100644 --- a/src/cbc_main.c +++ b/src/cbc_main.c @@ -283,6 +283,7 @@
logging_vty_add_cmds(); osmo_fsm_vty_add_cmds(); + osmo_talloc_vty_add_cmds();
rc = vty_read_config_file(cmdline_config.config_file, NULL); if (rc < 0) {