X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=common%2Ffile.h;h=47ff5fc423060b40048f45fb1bef0be4fa27d1b8;hb=41b82fa1b8fbad44a1cc7671bd614b016b2c38b8;hp=ead058ca86db9d8d7a2fea612ebbe31e9ce46ec1;hpb=193694fdba386a89b4b2a83ce803764302995e89;p=apps%2Fpfixtools.git diff --git a/common/file.h b/common/file.h index ead058c..47ff5fc 100644 --- a/common/file.h +++ b/common/file.h @@ -42,6 +42,8 @@ */ typedef struct file_map_t { + struct stat st; + const char *map; const char *end;