FD.io VPP  v21.06-1-gbb7418cf9
Vector Packet Processing
unix_cli_pager_index_t Struct Reference

Pager line index. More...

Data Fields

u32 line
 Index into pager_vector. More...
 
u32 offset
 Offset of the string in the line. More...
 
u32 length
 Length of the string in the line. More...
 

Detailed Description

Pager line index.

Definition at line 135 of file cli.c.

Field Documentation

◆ length

u32 unix_cli_pager_index_t::length

Length of the string in the line.

Definition at line 144 of file cli.c.

◆ line

u32 unix_cli_pager_index_t::line

Index into pager_vector.

Definition at line 138 of file cli.c.

◆ offset

u32 unix_cli_pager_index_t::offset

Offset of the string in the line.

Definition at line 141 of file cli.c.


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