Attention is currently required from: arehbein, neels.
2 comments:
File include/osmocom/vty/tdef_vty.h:
Patch Set #9, Line 87: #define DEFUN_TDEF_PER_OBJ(show_funcname, show_cmdname, cfg_funcname, cfg_cmdname, object_type, tdef_groups_name) \
DEFUN_TDEF(
File src/vty/tdef_vty.c:
Patch Set #9, Line 416: void osmo_tdef_vty_groups_init_per_obj(unsigned int parent_cfg_node, struct osmo_tdef_group *groups, const char *cmd_category,
Probably simply call it osmo_tdef_vty_groups_init2, since it's basically the same as osmo_tdef_vty_groups_init but passing more parameters.
BTW, you can now implement osmo_tdef_vty_groups_init() by calling osmo_tdef_vty_groups_init2, so it's clear their relation.
To view, visit change 35355. To unsubscribe, or for help writing mail filters, visit settings.