diff options
Diffstat (limited to 'isofs/isofs.h')
-rw-r--r-- | isofs/isofs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/isofs/isofs.h b/isofs/isofs.h index 23ec9d5f..68a94e93 100644 --- a/isofs/isofs.h +++ b/isofs/isofs.h @@ -33,6 +33,8 @@ struct disknode { + struct dirrect *dr; /* Somewhere in disk_image. */ + off_t file_start; /* In store->block_size units */ struct user_pager_info *fileinfo; |