FD.io VPP  v19.01.3-6-g70449b9b9
Vector Packet Processing
unix_cli_banner_t Struct Reference

A CLI banner line. More...

Data Fields

u8line
 The line to print. More...
 
u32 length
 The length of the line without terminating NUL. More...
 

Detailed Description

A CLI banner line.

Definition at line 106 of file cli.c.

Field Documentation

◆ length

u32 unix_cli_banner_t::length

The length of the line without terminating NUL.

Definition at line 109 of file cli.c.

◆ line

u8* unix_cli_banner_t::line

The line to print.

Definition at line 108 of file cli.c.


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