X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=common%2Ffile.h;fp=common%2Ffile.h;h=47ff5fc423060b40048f45fb1bef0be4fa27d1b8;hb=56eeb7d73ed0c82f2a8165b6aba525af73c58f73;hp=ead058ca86db9d8d7a2fea612ebbe31e9ce46ec1;hpb=36f50414e9b2f1b76dcce6efde97ef7cc550456b;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;