libosmovty
1.1.0
Osmocom VTY library
|
Information an application registers with the VTY. More...
#include <vty.h>
Data Fields | |
const char * | name |
name of the application More... | |
const char * | version |
version string of the application More... | |
const char * | copyright |
copyright string of the application More... | |
void * | tall_ctx |
talloc context More... | |
int(* | go_parent_cb )(struct vty *vty) |
call-back for returning to parent n ode More... | |
int(* | is_config_node )(struct vty *vty, int node) |
call-back to determine if node is config node More... | |
int(* | config_is_consistent )(struct vty *vty) |
Check if the config is consistent before write. More... | |
Information an application registers with the VTY.
Check if the config is consistent before write.
Referenced by DEFUN().
const char* vty_app_info::copyright |
copyright string of the application
Referenced by DEFUN(), print_version(), and vty_hello().
call-back for returning to parent n ode
Referenced by vty_go_parent().
call-back to determine if node is config node
Referenced by is_config_child().
const char* vty_app_info::name |
name of the application
Referenced by _cfg_log_syslog(), DEFUN(), print_version(), vty_hello(), vty_prompt(), and write_config_file().
void* vty_app_info::tall_ctx |
talloc context
Referenced by talloc_ctx_walk().
const char* vty_app_info::version |
version string of the application
Referenced by DEFUN(), print_version(), and write_config_file().