FD.io VPP  v17.10-9-gd594711
Vector Packet Processing
clib_file Struct Reference

Data Fields

u32 file_descriptor
 
u32 flags
 
uword private_data
 
clib_file_function_tread_function
 
clib_file_function_twrite_function
 
clib_file_function_terror_function
 

Detailed Description

Definition at line 50 of file file.h.

Field Documentation

clib_file_function_t * clib_file::error_function

Definition at line 63 of file file.h.

u32 clib_file::file_descriptor

Definition at line 53 of file file.h.

u32 clib_file::flags

Definition at line 55 of file file.h.

uword clib_file::private_data

Definition at line 60 of file file.h.

clib_file_function_t* clib_file::read_function

Definition at line 63 of file file.h.

clib_file_function_t * clib_file::write_function

Definition at line 63 of file file.h.


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