summaryrefslogtreecommitdiffstats
path: root/src/afb-config.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-08-25 13:09:13 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-08-25 13:09:13 +0200
commitb74a7373e768736dc12057e0ef9744dcc8a93443 (patch)
treebe827b6f6dfe9411aaff2768044f850812bd9df0 /src/afb-config.h
parent4e925980d16a7468a55ad2c23cc29ec51311ef6d (diff)
Add option --weak-ldpaths (for weak loading path)
This option allows to specify a loading path where binding that fails on load are ignored. Change-Id: Ie0646f88ba9207dd117737a8b251a7a42f424f02 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afb-config.h')
-rw-r--r--src/afb-config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afb-config.h b/src/afb-config.h
index 4ff5d141..a81d296e 100644
--- a/src/afb-config.h
+++ b/src/afb-config.h
@@ -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;