|  | libwebsockets
    Lightweight C library for HTML5 websockets | 
| Data Fields | |
| lws_filefd_type | fd | 
| const struct lws_plat_file_ops * | fops | 
| void * | filesystem_priv | 
| lws_filepos_t | pos | 
| lws_filepos_t | len | 
| lws_fop_flags_t | flags | 
| uint32_t | mod_time | 
| lws_filefd_type lws_fop_fd::fd | 
real file descriptor related to the file...
| void* lws_fop_fd::filesystem_priv | 
ignored by lws; owned by the fops handlers
| lws_fop_flags_t lws_fop_fd::flags | 
copy of the returned flags
| const struct lws_plat_file_ops* lws_fop_fd::fops | 
fops that apply to this fop_fd
| lws_filepos_t lws_fop_fd::len | 
generic "length of file"
| uint32_t lws_fop_fd::mod_time | 
optional "modification time of file", only valid if .open() set the LWS_FOP_FLAG_MOD_TIME_VALID flag
| lws_filepos_t lws_fop_fd::pos | 
generic "position in file"