X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-config.h;h=acf1f38f6be812f4ad8859f182dd46b5427621a6;hb=78867fd5c3c67839116b89d636b2f191fc14f4e1;hp=09be2165d2eab5b7b0a493f6fba160bc51218cbc;hpb=c3d27b0ac659776f4065bc04b94f12c6b7e40084;p=src%2Fapp-framework-binder.git diff --git a/src/afb-config.h b/src/afb-config.h index 09be2165..acf1f38f 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; @@ -54,6 +55,8 @@ struct afb_config { int nbSessionMax; // max count of sessions int mode; // mode of listening int tracereq; + int traceditf; + int tracesvc; int noHttpd; };