Now stores an inode number along with the other preloaded image data.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7985 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
ad3b4b1fad
commit
e07c1f2cc1
@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
#include <boot/addr_range.h>
|
||||
#include <sys/stat.h>
|
||||
#include <elf_priv.h>
|
||||
|
||||
|
||||
@ -22,6 +23,7 @@ struct preloaded_image {
|
||||
const char *debug_string_table;
|
||||
uint32 num_debug_symbols, debug_string_table_size;
|
||||
|
||||
ino_t inode;
|
||||
image_id id;
|
||||
// the ID field will be filled out in the kernel
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user