FD.io VPP  v17.04.2-2-ga8f93f8
Vector Packet Processing
unix_cli_main_t Struct Reference

CLI global state. More...

+ Collaboration diagram for unix_cli_main_t:

Data Fields

u8cli_prompt
 Prompt string for CLI. More...
 
unix_cli_file_tcli_file_pool
 Vec pool of CLI sessions. More...
 
u32unused_cli_process_node_indices
 Vec pool of unused session indices. More...
 
u32 stdin_cli_file_index
 The session index of the stdin cli. More...
 
u32 current_input_file_index
 File pool index of current input. More...
 

Detailed Description

CLI global state.

Definition at line 420 of file cli.c.

Field Documentation

unix_cli_file_t* unix_cli_main_t::cli_file_pool

Vec pool of CLI sessions.

Definition at line 426 of file cli.c.

u8* unix_cli_main_t::cli_prompt

Prompt string for CLI.

Definition at line 423 of file cli.c.

u32 unix_cli_main_t::current_input_file_index

File pool index of current input.

Definition at line 435 of file cli.c.

u32 unix_cli_main_t::stdin_cli_file_index

The session index of the stdin cli.

Definition at line 432 of file cli.c.

u32* unix_cli_main_t::unused_cli_process_node_indices

Vec pool of unused session indices.

Definition at line 429 of file cli.c.


The documentation for this struct was generated from the following file: