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