RTEMS  5.1
Data Fields
rtems_libio_tt Struct Reference

An open file data structure. More...

#include <libio.h>

Data Fields

Atomic_Uint flags
 
off_t offset
 
rtems_filesystem_location_info_t pathinfo
 
uint32_t data0
 
void * data1
 

Detailed Description

An open file data structure.

It will be indexed by 'fd'.

Todo:
Should really have a separate per/file data structure that this points to (eg: offset, driver, pathname should be in that)

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