X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Flocal-def.h;h=1992b5100025754413c57e2e630a060a5915d06f;hb=8449480d29d2e03d9094ddce82557b251deb6567;hp=fcab6adb0fbaad207245be45553ff26706929aae;hpb=94a5b505f7ef7760fcfa7b824ee49758eb63a9e8;p=src%2Fapp-framework-binder.git diff --git a/src/local-def.h b/src/local-def.h index fcab6adb..1992b510 100644 --- a/src/local-def.h +++ b/src/local-def.h @@ -63,6 +63,7 @@ struct AFB_config AFB_aliasdir *aliasdir; // alias mapping for icons,apps,... }; +struct afb_hsrv; struct afb_hsrv_handler; struct MHD_Daemon; @@ -71,12 +72,8 @@ struct AFB_session struct AFB_config *config; // pointer to current config // List of commands to execute int background; // run in backround mode - int foreground; // run in forground mode - char *cacheTimeout; // http require timeout to be a string - struct MHD_Daemon *httpd; // structure for httpd handler - int fakemod; // respond to GET/POST request without interacting with sndboard int readyfd; // a #fd to signal when ready to serve - struct afb_hsrv_handler *handlers; + struct afb_hsrv *hsrv; };