FD.io VPP  v16.12-rc0-308-g931be3a
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 97 of file cli.c.

Field Documentation

u32 unix_cli_banner_t::length

The length of the line without terminating NUL.

Definition at line 100 of file cli.c.

u8* unix_cli_banner_t::line

The line to print.

Definition at line 99 of file cli.c.


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