Asterisk - The Open Source Telephony Project  21.4.1
Data Structures | Data Fields
cache_file_mtime Struct Reference

Data Structures

struct  includes
 

Data Fields

char filename [0]
 
unsigned int has_exec:1
 
struct cache_file_mtime::includes includes
 
struct {
   struct cache_file_mtime *   next
 
list
 
time_t stat_mtime
 
unsigned long stat_mtime_nsec
 
unsigned long stat_size
 
const char * who_asked
 

Detailed Description

Definition at line 97 of file main/config.c.

Field Documentation

char filename[0]

Filename and who_asked stuffed after it.

Definition at line 111 of file main/config.c.

Referenced by config_text_file_load().

time_t stat_mtime

stat() file modtime seconds since epoc

Definition at line 106 of file main/config.c.

unsigned long stat_mtime_nsec

stat() file modtime nanoseconds

Definition at line 104 of file main/config.c.

unsigned long stat_size

stat() file size

Definition at line 102 of file main/config.c.

const char* who_asked

String stuffed in filename[] after the filename string.

Definition at line 109 of file main/config.c.

Referenced by config_text_file_load().


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