libs/web: rename template_parser field "mmap" to the more generic "data"
[project/luci.git] / modules / base / src / template_parser.h
index d1c6062..ad03cbc 100644 (file)
@@ -58,7 +58,7 @@ struct template_chunk {
 struct template_parser {
        int fd;
        uint32_t size;
-       char *mmap;
+       char *data;
        char *off;
        char *gc;
        int line;