Attention is currently required from: pespin, fixeria.
neels has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmocore/+/32562 )
Change subject: vty: fix vty->index for implicit go_parent_node ......................................................................
Patch Set 1:
(1 comment)
File include/osmocom/vty/vty.h:
https://gerrit.osmocom.org/c/libosmocore/+/32562/comment/6cbb48b6_806d20af PS1, Line 64: void *index;
Ack
no caller ever accesses struct vty_parent_node, it is used internally to remember the VTY scopes being entered and exited; looking back at it now, this should never have become public API, but we were so young and naive...
So I assure you that it is safe to put the new member in a human readable place.
Could be an idea to move this struct def to the static vty/command.c scope