X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-config.h;h=4ff5d1412f37d538fabab272bcdc7cf42359a487;hb=ffb6113d265615cf18d2348769403d727e9a1484;hp=4c9f6241193f8bdde63616b926ca609789a9322e;hpb=b529ded85a3e50a1aa6529e870b2e2f43e377ca2;p=src%2Fapp-framework-binder.git diff --git a/src/afb-config.h b/src/afb-config.h index 4c9f6241..4ff5d141 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 *calls; char **exec; @@ -55,6 +56,8 @@ struct afb_config { int mode; // mode of listening int tracereq; int traceditf; + int tracesvc; + int traceevt; int noHttpd; };