X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-config.h;h=cc8e8c2f51530a02f6e0bcf268aa3b9240a122bb;hb=36e53e878baaa9d56c09097ada0b7061266caff8;hp=b0493268812827d0ee824cb7db84ca2dc57ce1db;hpb=e1f0baa400cd40c5cded98328e9353b9d433b94f;p=src%2Fapp-framework-binder.git diff --git a/src/afb-config.h b/src/afb-config.h index b0493268..cc8e8c2f 100644 --- a/src/afb-config.h +++ b/src/afb-config.h @@ -44,7 +44,8 @@ struct afb_config char *console; // console device name (can be a file or a tty) int httpdPort; char *ldpaths; // list of plugins directories - char *rootdir; // base dir for httpd file download + char *rootdir; // base dir for files + char *roothttp; // directory for http files char *rootbase; // Angular HTML5 base URL char *rootapi; // Base URL for REST APIs char *sessiondir; // where to store mixer session files @@ -57,6 +58,7 @@ struct afb_config int nbSessionMax; // max count of sessions int mode; // mode of listening int aliascount; + int tracereq; struct afb_config_item *items; struct { char *url;