libosmovty 0.9.6-23.20170220git32ee5af8.fc42
Osmocom VTY library
|
Node which has some commands and prompt string and configuration function pointer . More...
#include <command.h>
Data Fields | |
int | node |
Node index. | |
const char * | prompt |
Prompt character at vty interface. | |
int | vtysh |
Is this node's configuration goes to vtysh ? | |
int(* | func )(struct vty *) |
Node's configuration write function. | |
vector | cmd_vector |
Vector of this node's command list. | |
Node which has some commands and prompt string and configuration function pointer .