FD.io VPP  v16.06
Vector Packet Processing
unix_file Struct Reference

Data Fields

u32 file_descriptor
 
u32 flags
 
uword private_data
 
unix_file_function_tread_function
 
unix_file_function_twrite_function
 
unix_file_function_terror_function
 

Detailed Description

Definition at line 49 of file unix.h.

Field Documentation

unix_file_function_t * unix_file::error_function

Definition at line 61 of file unix.h.

u32 unix_file::file_descriptor

Definition at line 51 of file unix.h.

u32 unix_file::flags

Definition at line 53 of file unix.h.

uword unix_file::private_data

Definition at line 58 of file unix.h.

unix_file_function_t* unix_file::read_function

Definition at line 61 of file unix.h.

unix_file_function_t * unix_file::write_function

Definition at line 61 of file unix.h.


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