RTEMS
5.1
|
#include <rtl-archive.h>
Data Fields | |
const char * | config_name |
time_t | config_mtime |
size_t | config_length |
char * | config |
rtems_chain_control | archives |
RTL Archive data.
rtems_chain_control rtems_rtl_archives::archives |
The located archives.
char* rtems_rtl_archives::config |
Config file contents.
size_t rtems_rtl_archives::config_length |
Length the config data.
time_t rtems_rtl_archives::config_mtime |
Config last modified time.
const char* rtems_rtl_archives::config_name |
Config file name.