Add option --weak-ldpaths (for weak loading path)
[src/app-framework-binder.git] / src / afb-config.h
index 4ff5d14..a81d296 100644 (file)
@@ -43,6 +43,7 @@ struct afb_config {
        struct afb_config_list *ws_servers;
        struct afb_config_list *so_bindings;
        struct afb_config_list *ldpaths;
+       struct afb_config_list *weak_ldpaths;
        struct afb_config_list *calls;
 
        char **exec;