PatchworkOS  da8a090
A non-POSIX operating system.
Loading...
Searching...
No Matches
file_table_t Struct Reference

File table structure. More...

#include <file_table.h>

Collaboration diagram for file_table_t:

Public Member Functions

 BITMAP_DEFINE (bitmap, CONFIG_MAX_FD)
 

Data Fields

file_tfiles [CONFIG_MAX_FD]
 
lock_t lock
 

Detailed Description

File table structure.

Definition at line 23 of file file_table.h.

Member Function Documentation

◆ BITMAP_DEFINE()

file_table_t::BITMAP_DEFINE ( bitmap  ,
CONFIG_MAX_FD   
)

Field Documentation

◆ files

file_t* file_table_t::files[CONFIG_MAX_FD]

Definition at line 25 of file file_table.h.

◆ lock

lock_t file_table_t::lock

Definition at line 27 of file file_table.h.


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