Added a private call to get the dependencies of a loaded image. This will be used

to determine linkage of libnet.so vs. libsocket.so/libbind.so in the libnetwork.so.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19008 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-10-06 11:40:20 +00:00
parent db893fd8d8
commit 7f4e6824df
6 changed files with 64 additions and 5 deletions
+2
View File
@@ -34,6 +34,8 @@ struct rld_export {
int32 *nameLength, int32 *symbolType, void **_location);
status_t (*test_executable)(const char *path, uid_t user, gid_t group,
char *starter);
status_t (*get_next_image_dependency)(image_id id, uint32 *cookie,
const char **_name);
const struct uspace_program_args *program_args;
};