Reload strlist and iplist resource-files only when needed.
[apps/pfixtools.git] / common / file.h
index ead058c..47ff5fc 100644 (file)
@@ -42,6 +42,8 @@
  */
 
 typedef struct file_map_t {
+    struct stat st;
+
     const char *map;
     const char *end;