X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-config.h;h=b430cb0d5de9d24956d7abda93fb9b767b9d9b3b;hb=dc011f99aed9407c8319b1b70a81f56ad2f02bc8;hp=5fe87c65595a47041c8c10cb4915de5a17a59935;hpb=b41ed8f8cbbdf7cff415f69f6f9b4a92cfe1f37d;p=src%2Fapp-framework-binder.git diff --git a/src/afb-config.h b/src/afb-config.h index 5fe87c65..b430cb0d 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 @@ -54,6 +55,7 @@ struct afb_config int cacheTimeout; int apiTimeout; int cntxTimeout; // Client Session Context timeout + int nbSessionMax; // max count of sessions int mode; // mode of listening int aliascount; struct afb_config_item *items;