RTEMS CPU Kit with SuperCore  4.11.3
Data Fields
rtems_libio_tt Struct Reference

An open file data structure. More...

#include <libio.h>

Collaboration diagram for rtems_libio_tt:
Collaboration graph
[legend]

Data Fields

rtems_driver_name_tdriver
 
off_t offset
 
uint32_t flags
 
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: