From 438c6fbadfb72d35a29467a24ca6a93fef06f1c6 Mon Sep 17 00:00:00 2001 From: Jon Ashburn Date: Mon, 28 Sep 2015 16:15:00 -0600 Subject: loader: Change GetXXProcAddr to support NULL dispatchable object Also change GetInstanceProcAddr to return the first entry down the chain rather than global (trampoline entrys) all the time when a non-null instance is passed. --- loader/loader.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'loader/loader.h') diff --git a/loader/loader.h b/loader/loader.h index fff4205e..cd795c50 100644 --- a/loader/loader.h +++ b/loader/loader.h @@ -195,8 +195,6 @@ struct loader_struct { unsigned int loaded_layer_lib_capacity; struct loader_lib_info *loaded_layer_lib_list; // TODO add ref counting of ICD libraries - char *layer_dirs; - // TODO use this struct loader_layer_library_list scanned_layer_libraries; // TODO add list of icd libraries for ref counting them for closure }; -- cgit v1.2.3