FD.io VPP  v19.01.3-6-g70449b9b9
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 134 of file cli.c.

Field Documentation

◆ length

u32 unix_cli_pager_index_t::length

Length of the string in the line.

Definition at line 143 of file cli.c.

◆ line

u32 unix_cli_pager_index_t::line

Index into pager_vector.

Definition at line 137 of file cli.c.

◆ offset

u32 unix_cli_pager_index_t::offset

Offset of the string in the line.

Definition at line 140 of file cli.c.


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