FD.io VPP  v21.06-1-gbb7418cf9
Vector Packet Processing
vlib_cli_main_t Struct Reference
+ Collaboration diagram for vlib_cli_main_t:

Data Fields

vlib_cli_command_tcommands
 
uwordcommand_index_by_path
 
vlib_cli_command_tcli_command_registrations
 
u32sort_vector
 
void(** perf_counter_cbs )(struct vlib_cli_main_t *, u32 id, int before_or_after)
 
void(** perf_counter_cbs_tmp )(struct vlib_cli_main_t *, u32 id, int before_or_after)
 
vlib_log_class_t log
 

Detailed Description

Definition at line 136 of file cli.h.

Field Documentation

◆ cli_command_registrations

vlib_cli_command_t* vlib_cli_main_t::cli_command_registrations

Definition at line 145 of file cli.h.

◆ command_index_by_path

uword* vlib_cli_main_t::command_index_by_path

Definition at line 142 of file cli.h.

◆ commands

vlib_cli_command_t* vlib_cli_main_t::commands

Definition at line 139 of file cli.h.

◆ log

vlib_log_class_t vlib_cli_main_t::log

Definition at line 158 of file cli.h.

◆ perf_counter_cbs

void(** vlib_cli_main_t::perf_counter_cbs) (struct vlib_cli_main_t *, u32 id, int before_or_after)

Definition at line 153 of file cli.h.

◆ perf_counter_cbs_tmp

void(** vlib_cli_main_t::perf_counter_cbs_tmp) (struct vlib_cli_main_t *, u32 id, int before_or_after)

Definition at line 155 of file cli.h.

◆ sort_vector

u32* vlib_cli_main_t::sort_vector

Definition at line 148 of file cli.h.


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