FD.io VPP
v17.04.2-2-ga8f93f8
Vector Packet Processing
|
Data Fields | |
vlib_main_t * | vlib_main |
u32 | flags |
unix_file_t * | file_pool |
clib_socket_t | cli_listen_socket |
void(* | file_update )(unix_file_t *file, unix_file_update_type_t update_type) |
unix_error_history_t | error_history [128] |
u32 | error_history_index |
u64 | n_total_errors |
u8 * | startup_config_filename |
volatile int | unix_config_complete |
u8 * | log_filename |
int | log_fd |
int | cli_line_mode |
u32 | cli_history_limit |
int | cli_no_banner |
u32 | cli_pager_buffer_limit |
int | cli_no_pager |
struct termios | tio_stdin |
int | tio_isset |
clib_socket_t unix_main_t::cli_listen_socket |
unix_error_history_t unix_main_t::error_history[128] |
unix_file_t* unix_main_t::file_pool |
void(* unix_main_t::file_update) (unix_file_t *file, unix_file_update_type_t update_type) |
vlib_main_t* unix_main_t::vlib_main |