|
libosmovty
0.9.6.241-b6c8
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 .