FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
clib_file Struct Reference

Data Fields

u32 file_descriptor
 
u32 flags
 
u32 polling_thread_index
 
uword private_data
 
clib_file_function_tread_function
 
clib_file_function_twrite_function
 
clib_file_function_terror_function
 
u8description
 
u64 read_events
 
u64 write_events
 
u64 error_events
 

Detailed Description

Definition at line 51 of file file.h.

Field Documentation

◆ description

u8* clib_file::description

Definition at line 70 of file file.h.

◆ error_events

u64 clib_file::error_events

Definition at line 75 of file file.h.

◆ error_function

clib_file_function_t * clib_file::error_function

Definition at line 67 of file file.h.

◆ file_descriptor

u32 clib_file::file_descriptor

Definition at line 54 of file file.h.

◆ flags

u32 clib_file::flags

Definition at line 56 of file file.h.

◆ polling_thread_index

u32 clib_file::polling_thread_index

Definition at line 61 of file file.h.

◆ private_data

uword clib_file::private_data

Definition at line 64 of file file.h.

◆ read_events

u64 clib_file::read_events

Definition at line 73 of file file.h.

◆ read_function

clib_file_function_t* clib_file::read_function

Definition at line 67 of file file.h.

◆ write_events

u64 clib_file::write_events

Definition at line 74 of file file.h.

◆ write_function

clib_file_function_t * clib_file::write_function

Definition at line 67 of file file.h.


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